summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 13:17:01 -0500
committerJeff Carr <[email protected]>2025-10-09 13:17:01 -0500
commitc3b8d8ae037fc7fa6d63208d430ce9cb28201c6b (patch)
tree339ef70ffb032eab70509c9551b752ee2fd8ae84
parent1431c909d94c79f9a3405cb48150b518a84217a3 (diff)
more general improvements going onv0.25.74
-rw-r--r--doPatch.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doPatch.go b/doPatch.go
index 9247129..b47e336 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -160,9 +160,9 @@ func applyPatch(repo *gitpb.Repo, p *forgepb.Patch) (string, error) {
return "", log.Errorf("git am failed")
}
- log.Info("Try to find hash value now")
+ log.Info("TODO: Try to find hash value now")
- return p.NewHash, log.Errorf("did not lookup new hash")
+ return "TODO", nil
}
func doPatchGet(newpb *forgepb.Sets) (string, error) {