mercurial/commands.py
changeset 9198 061eeb602354
parent 9197 a05aa192a00a
child 9219 3f650f6aa130
--- a/mercurial/commands.py	Wed Jul 22 23:08:32 2009 +0200
+++ b/mercurial/commands.py	Wed Jul 22 23:12:54 2009 +0200
@@ -663,9 +663,9 @@
         ui.status(_('created new head\n'))
 
     if ui.debugflag:
-        ui.write(_('committed changeset %d:%s\n') % (rev,hex(node)))
+        ui.write(_('committed changeset %d:%s\n') % (rev, hex(node)))
     elif ui.verbose:
-        ui.write(_('committed changeset %d:%s\n') % (rev,short(node)))
+        ui.write(_('committed changeset %d:%s\n') % (rev, short(node)))
 
 def copy(ui, repo, *pats, **opts):
     """mark files as copied for the next commit