# File lib/git-review/local.rb, line 282
    def head
      # in the form of 'user:branch'
      "#{source_repo.split('/').first}:#{source_branch}"
    end