summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index a890852..94b2c7a 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -81,6 +81,15 @@ func doPatch() error {
}
me.forge.Patchsets.PrintTable()
// return doPatchList()
+ applied := findApplied()
+ // for patch := range applied.IterAll() {
+ // log.Info("SEND APPLIED: newhash:", patch.NewHash, "commithash:", patch.CommitHash, "patch", patch.Namespace)
+ // }
+ newpb, err := applied.HttpPostVerbose(myServer(), "applied")
+ if err != nil {
+ return err
+ }
+ newpb.PrintTable()
return nil
}