Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index aba28f6746c3e40a95a1e674156f8ce3982c02c1..6085aba94ef8dea2884c3d1284f66f2545e52087 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -1495,6 +1495,9 @@ def SendUpstream(parser, args, cmd): |
print ('Closing issue ' |
'(you may be prompted for your codereview password)...') |
cl.CloseIssue() |
+ comment = "Committed manually as r%s" % revision |
+ comment += ' (presubmit successful).' if not options.bypass_hooks else '.' |
+ cl.RpcServer().add_comment(cl.GetIssue(), comment) |
cl.SetIssue(0) |
if retcode == 0: |