# File lib/git-review/provider/base.rb, line 23 def source_repo @source_repo ||= begin user, repo = repo_info_from_config "#{user}/#{repo}" end end