| Index: git_cl.py
 | 
| ===================================================================
 | 
| --- git_cl.py	(revision 286815)
 | 
| +++ git_cl.py	(working copy)
 | 
| @@ -2033,7 +2033,7 @@
 | 
|      cl.CloseIssue()
 | 
|      props = cl.GetIssueProperties()
 | 
|      patch_num = len(props['patchsets'])
 | 
| -    comment = "Committed patchset #%d manually as r%s" % (patch_num, revision)
 | 
| +    comment = "Committed patchset #%d manually as %s" % (patch_num, revision)
 | 
|      if options.bypass_hooks:
 | 
|        comment += ' (tree was closed).' if GetTreeStatus() == 'closed' else '.'
 | 
|      else:
 | 
| 
 |