diff mercurial/commands.py @ 1525:c85e5bbfd141

Merge with TAH
author Matt Mackall <mpm@selenic.com>
date Wed, 09 Nov 2005 13:42:16 -0800
parents fdda77dcf601 95ee4f12fbd9
children c230939283c3 b4ed825282fe
line wrap: on
line diff
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2398,6 +2398,7 @@ def find(cmd):
                     raise AmbiguousCommand(cmd)
                 else:
                     choice = aliases, table[e]
+                    break
     if choice:
         return choice