gitpb code is changing
This commit is contained in:
parent
fa5c6572ff
commit
3ab156a9c4
|
@ -81,6 +81,7 @@ func MakeRepoBranchesWindow(repo *gitpb.Repo) *repoBranchesWindow {
|
|||
grid.NewGroup("Hash")
|
||||
grid.NextRow()
|
||||
|
||||
/*
|
||||
for _, b := range repo.GetLocalBranches() {
|
||||
hash := repo.GetBranchHash(b)
|
||||
grid.NewLabel(b)
|
||||
|
@ -120,6 +121,7 @@ func MakeRepoBranchesWindow(repo *gitpb.Repo) *repoBranchesWindow {
|
|||
}
|
||||
grid.NextRow()
|
||||
}
|
||||
*/
|
||||
|
||||
return pw
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue