author | Brendan Cully <brendan@kublai.com> |
Wed, 29 Nov 2006 22:34:22 -0800 | |
changeset 3723 | c828fca6f38a |
parent 3722 | 5191e2299d63 |
child 3724 | ea523d6f5f1a |
--- a/hgext/transplant.py Wed Nov 29 08:49:45 2006 +0100 +++ b/hgext/transplant.py Wed Nov 29 22:34:22 2006 -0800 @@ -365,7 +365,7 @@ '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: