# File lib/git-review/local.rb, line 111
    def all_branches
      git_call('branch -a').gsub('* ', '').split("\n").collect { |s| s.strip }
    end