hgext/transplant.py
changeset 7369 87158be081b8
parent 7308 b6f5490effbf
child 7415 6163ef936a00
--- a/hgext/transplant.py	Fri Nov 14 12:44:26 2008 +0100
+++ b/hgext/transplant.py	Fri Nov 14 13:59:25 2008 +0100
@@ -398,7 +398,7 @@
     transplants = []
     merges = []
     for node in nodes:
-        displayer.show(changenode=node)
+        displayer.show(repo[node])
         action = None
         while not action:
             action = ui.prompt(_('apply changeset? [ynmpcq?]:'))