diff options
| author | Jeff Carr <[email protected]> | 2025-10-09 13:17:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-09 13:17:01 -0500 |
| commit | c3b8d8ae037fc7fa6d63208d430ce9cb28201c6b (patch) | |
| tree | 339ef70ffb032eab70509c9551b752ee2fd8ae84 | |
| parent | 1431c909d94c79f9a3405cb48150b518a84217a3 (diff) | |
more general improvements going onv0.25.74
| -rw-r--r-- | doPatch.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |
