graft: fix formatting of message stable
authorMatt Mackall <mpm@selenic.com>
Mon, 24 Oct 2011 12:09:12 -0500
branchstable
changeset 15357 8ec1a2cfd2c0
parent 15356 6d6b1b9aeea6
child 15358 a347b3614bae
graft: fix formatting of message
mercurial/commands.py
--- a/mercurial/commands.py	Mon Oct 24 13:58:01 2011 +0200
+++ b/mercurial/commands.py	Mon Oct 24 12:09:12 2011 -0500
@@ -2560,7 +2560,7 @@
 
     for pos, ctx in enumerate(repo.set("%ld", revs)):
         current = repo['.']
-        ui.status('grafting revision %s', ctx.rev())
+        ui.status('grafting revision %s\n' % ctx.rev())
 
         # we don't merge the first commit when continuing
         if not cont: