+3
-2
appview/pages/pages.go
+3
-2
appview/pages/pages.go
···
799
799
}
800
800
801
801
type PullCompareBranchesParams struct {
802
-
RepoInfo repoinfo.RepoInfo
803
-
Branches []types.Branch
802
+
RepoInfo repoinfo.RepoInfo
803
+
Branches []types.Branch
804
+
SourceBranch string
804
805
}
805
806
806
807
func (p *Pages) PullCompareBranchesFragment(w io.Writer, params PullCompareBranchesParams) error {