--- 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