# HG changeset patch # User Matt Mackall # Date 1319476152 18000 # Node ID 8ec1a2cfd2c00d5b8ba9fc53da0acddf49deda91 # Parent 6d6b1b9aeea6ae692079cc33f60bef90c41bb966 graft: fix formatting of message 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: