This commit is contained in:
Jeff Carr 2024-11-14 21:48:21 -06:00
parent a7c5499221
commit 4ab00cce02
1 changed files with 0 additions and 4 deletions

View File

@ -40,12 +40,8 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) {
}) })
rs.targetBranch = newgrid.NewDropdown() // `progname:"TARGET"` rs.targetBranch = newgrid.NewDropdown() // `progname:"TARGET"`
// rs.targetBranch.AddText("master")
newgrid.NextRow() newgrid.NextRow()
// runs "git branch --all"
// rs.gitBranchAll()
rs.showBranchesButton = newgrid.NewButton("find jcarr and devel", func() { rs.showBranchesButton = newgrid.NewButton("find jcarr and devel", func() {
if rs.TagExists("jcarr") { if rs.TagExists("jcarr") {
log.Log(WARN, "tag jcarr exists") log.Log(WARN, "tag jcarr exists")