diff -r 402d317778d3 -r b4c035057d34 hgext/rebase.py --- 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