mercurial/commands.py
branchstable
changeset 15359 a5a8adf95e51
parent 15357 8ec1a2cfd2c0
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: