minor rm
This commit is contained in:
parent
a7c5499221
commit
4ab00cce02
|
@ -40,12 +40,8 @@ func (rs *RepoStatus) makeBranchesBox(parent *gui.Node) {
|
|||
})
|
||||
|
||||
rs.targetBranch = newgrid.NewDropdown() // `progname:"TARGET"`
|
||||
// rs.targetBranch.AddText("master")
|
||||
newgrid.NextRow()
|
||||
|
||||
// runs "git branch --all"
|
||||
// rs.gitBranchAll()
|
||||
|
||||
rs.showBranchesButton = newgrid.NewButton("find jcarr and devel", func() {
|
||||
if rs.TagExists("jcarr") {
|
||||
log.Log(WARN, "tag jcarr exists")
|
||||
|
|
Loading…
Reference in New Issue