diff options
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -235,11 +235,13 @@ func showWorkRepos() bool { // if no option is given to patch, list out the // repos that have patches ready in them found := findReposWithPatches() + found.SortNamespace() if found.Len() == 0 { log.Info("you currently have no repos with patches") return false } else { - me.forge.PrintDefaultTB(found) + footer := me.forge.PrintDefaultTB(found) + log.Info("repos with patches or unsaved changes:", footer) } return true } |
