##// END OF EJS Templates
Merge with TAH
Matt Mackall -
r1525:c85e5bbf merge default
parent child Browse files
Show More
@@ -2398,6 +2398,7 b' def find(cmd):'
2398 raise AmbiguousCommand(cmd)
2398 raise AmbiguousCommand(cmd)
2399 else:
2399 else:
2400 choice = aliases, table[e]
2400 choice = aliases, table[e]
2401 break
2401 if choice:
2402 if choice:
2402 return choice
2403 return choice
2403
2404
General Comments 0
You need to be logged in to leave comments. Login now