diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 04:05:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 04:05:59 -0500 |
| commit | f051898378892b9a58e36cc28af68200cadde315 (patch) | |
| tree | 74220e4c9619cc86df7af4608b1edb83650fdc17 /doGui.go | |
| parent | d02733e0f7fb64fb2dfc68e120e55dfd7fb5405b (diff) | |
remove "forge checkout". too easy to type instead of git checkout
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |
