diff --git a/mercurial/commands.py b/mercurial/commands.py --- 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