Mercurial > hg-stable
changeset 15357:8ec1a2cfd2c0 stable
graft: fix formatting of message
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 24 Oct 2011 12:09:12 -0500 |
parents | 6d6b1b9aeea6 |
children | a347b3614bae |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: