# HG changeset patch # User Brendan Cully # Date 2006-11-30 06:34:22 # Node ID c828fca6f38a1f9db1f94e8c1df9d559169f6603 # Parent 5191e2299d63ba6da3f1a7c533810b58c2f54359 transplant: show_changeset moved to cmdutil diff --git a/hgext/transplant.py b/hgext/transplant.py --- 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: