diff hgext/transplant.py @ 3723:c828fca6f38a

transplant: show_changeset moved to cmdutil
author Brendan Cully <brendan@kublai.com>
date Wed, 29 Nov 2006 22:34:22 -0800
parents 198173f3957c
children ea523d6f5f1a
line wrap: on
line diff
--- a/hgext/transplant.py
+++ b/hgext/transplant.py
@@ -365,7 +365,7 @@ def browserevs(ui, repo, nodes, opts):
                  'q: cancel transplant\n'
                  '?: show this help\n')
 
-    displayer = commands.show_changeset(ui, repo, opts)
+    displayer = cmdutil.show_changeset(ui, repo, opts)
     transplants = []
     merges = []
     for node in nodes: