hgext/alias.py
changeset 7213 b4c035057d34
parent 6954 f7d545a866e8
child 7643 9a1ea6587557
--- a/hgext/alias.py	Wed Oct 22 17:00:05 2008 -0500
+++ b/hgext/alias.py	Wed Oct 22 17:34:08 2008 -0500
@@ -43,7 +43,7 @@
             return
 
         try:
-            self._cmd = findcmd(self._ui, self._target, commands.table)[1]
+            self._cmd = findcmd(self._target, commands.table, False)[1]
             if self._cmd == self:
                 raise RecursiveCommand()
             if self._target in commands.norepo.split(' '):