diff --git a/git_cl.py b/git_cl.py index eeb7acfddf..4c5f9634c3 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: