mercurial/commands.py
branchstable
changeset 15357 8ec1a2cfd2c0
parent 15355 dbdb777502dc
child 15359 a5a8adf95e51
--- 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: