# File lib/git-review/local.rb, line 250
    def source_branch
      git_call('branch').chomp.match(/\*(.*)/)[0][2..-1]
    end