pub fn branch_compare_upstream(
    repo_path: &RepoPath,
    branch: &str
) -> Result<BranchCompare>
Expand description