summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 01:51:22 -0500
committerJeff Carr <[email protected]>2025-10-07 01:51:22 -0500
commit957f860213c582970d458544cb6b3956da468cd7 (patch)
treeda86d7d2f6ec0bdbd11b29a60ca8ed8b87bca70f /doPatch.go
parent217499af46a060341d7e91ee208182531a796a94 (diff)
these no longer work
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go15
1 files changed, 7 insertions, 8 deletions
diff --git a/doPatch.go b/doPatch.go
index 8b59c49..1d87121 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -60,11 +60,6 @@ func doPatchSubmit() error {
}
func doPatch() error {
- if argv.Patch.Repos != nil {
- showWorkRepos()
- return nil
- }
-
if argv.Patch.Submit != nil {
return doPatchSubmit()
}
@@ -94,16 +89,20 @@ func doPatch() error {
newpb.PrintTable()
*/
log.Info("do something here to find patches merged to devel")
- doMergeReport()
+ // doMergeReport()
return nil
}
if argv.Patch.List != nil {
- return doPatchList()
+ log.Info("todo: fix this")
+ // return doPatchList()
+ return nil
}
// list patches by default
- return doPatchList()
+ // return doPatchList()
+ log.Info("todo: fix this")
+ return nil
}
func doPatchGet(newpb *forgepb.Sets) {