Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 15359:a5a8adf95e51 stable
graft: fix duplicate scan message
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 24 Oct 2011 16:57:14 -0500 |
parents | 8ec1a2cfd2c0 |
children | 73628b32d0c0 |
line wrap: on
line diff
--- 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: