diff -r 6d6b1b9aeea6 -r 8ec1a2cfd2c0 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: