changeset 15359:a5a8adf95e51 stable

graft: fix duplicate scan message
author Matt Mackall <mpm@selenic.com>
date Mon, 24 Oct 2011 16:57:14 -0500
parents a347b3614bae
children 73628b32d0c0
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: