summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 04:05:59 -0500
committerJeff Carr <[email protected]>2025-10-17 04:05:59 -0500
commitf051898378892b9a58e36cc28af68200cadde315 (patch)
tree74220e4c9619cc86df7af4608b1edb83650fdc17 /doGui.go
parentd02733e0f7fb64fb2dfc68e120e55dfd7fb5405b (diff)
remove "forge checkout". too easy to type instead of git checkout
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doGui.go b/doGui.go
index 384c1f6..da38135 100644
--- a/doGui.go
+++ b/doGui.go
@@ -175,7 +175,6 @@ func findMergeToDevel() *gitpb.Repos {
log.Info("nothing to merge with devel")
return found
}
- // me.forge.PrintHumanTable(found)
// check for merges from devel
total, count, nope, _ := me.forge.IsEverythingOnDevel()
@@ -228,7 +227,8 @@ func findMergeToMaster() *gitpb.Repos {
log.Info("nothing to merge with master")
return found
}
- me.forge.PrintHumanTable(found)
+ footer := found.PrintDefaultTB()
+ log.Info(footer)
// check for merges from devel
total, count, nope, _ := me.forge.IsEverythingOnMaster()