diff hgext/transplant.py @ 7369:87158be081b8

cmdutil: use change contexts for cset-printer and cset-templater
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Fri, 14 Nov 2008 13:59:25 +0100
parents b6f5490effbf
children 6163ef936a00
line wrap: on
line diff
--- 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?]:'))