Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index eeb7acfddf6cd64940fdd3ce6b38468036fd00c1..4c5f9634c36a91d8c1690e00460286294aceec5d 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -2115,7 +2115,7 @@ def SendUpstream(parser, args, cmd): |
props = cl.GetIssueProperties() |
patch_num = len(props['patchsets']) |
comment = "Committed patchset #%d (id:%d)%s manually as %s" % ( |
- patch_num, props['patchsets'][-1], to_pending, revision[:7]) |
+ patch_num, props['patchsets'][-1], to_pending, revision) |
if options.bypass_hooks: |
comment += ' (tree was closed).' if GetTreeStatus() == 'closed' else '.' |
else: |