author | Matt Mackall <mpm@selenic.com> |
Mon, 24 Oct 2011 16:57:14 -0500 | |
branch | stable |
changeset 15359 | a5a8adf95e51 |
parent 15358 | a347b3614bae |
child 15360 | 73628b32d0c0 |
--- a/mercurial/commands.py Mon Oct 24 16:57:14 2011 -0500 +++ b/mercurial/commands.py Mon Oct 24 16:57:14 2011 -0500 @@ -2548,7 +2548,7 @@ return -1 # check ancestors for earlier grafts - ui.debug('scanning for existing transplants') + ui.debug('scanning for duplicate grafts\n') for ctx in repo.set("::. - ::%ld", revs): n = ctx.extra().get('source') if n and n in repo: