hgext/rebase.py
changeset 7213 b4c035057d34
parent 7130 204c7850c158
child 7216 292fb2ad2846
--- a/hgext/rebase.py	Wed Oct 22 17:00:05 2008 -0500
+++ b/hgext/rebase.py	Wed Oct 22 17:34:08 2008 -0500
@@ -370,7 +370,7 @@
 def uisetup(ui):
     'Replace pull with a decorator to provide --rebase option'
     # cribbed from color.py
-    aliases, entry = cmdutil.findcmd(ui, 'pull', commands.table)
+    aliases, entry = cmdutil.findcmd('pull', commands.table)
     for candidatekey, candidateentry in commands.table.iteritems():
         if candidateentry is entry:
             cmdkey, cmdentry = candidatekey, entry