# File lib/git-review/local.rb, line 267
    def target_repo(upstream=false)
      # TODO: Manually override this and set arbitrary repositories
      if upstream
        server.repository(source_repo).parent.full_name
      else
        source_repo
      end
    end