Merge with TAH
authorMatt Mackall <mpm@selenic.com>
Wed, 09 Nov 2005 13:42:16 -0800
changeset 1525 c85e5bbfd141
parent 1524 0d47bb884330 (current diff)
parent 1520 95ee4f12fbd9 (diff)
child 1526 c230939283c3
child 1536 b4ed825282fe
Merge with TAH
mercurial/commands.py
--- a/mercurial/commands.py	Wed Nov 09 13:40:08 2005 -0800
+++ b/mercurial/commands.py	Wed Nov 09 13:42:16 2005 -0800
@@ -2398,6 +2398,7 @@
                     raise AmbiguousCommand(cmd)
                 else:
                     choice = aliases, table[e]
+                    break
     if choice:
         return choice