# HG changeset patch # User Matt Mackall # Date 1131572536 28800 # Node ID c85e5bbfd141ca56e840ebaf4499faa2c6ccf839 # Parent 0d47bb8843300d497297f4da04a4d426bb67dc00# Parent 95ee4f12fbd92b86595eff46fce68bfc47c45095 Merge with TAH diff -r 0d47bb884330 -r c85e5bbfd141 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