diff options
Diffstat (limited to 'doPatch.go')
| -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) { |
