mercurial/dispatch.py
branchstable
changeset 20328 03d345da0579
parent 20122 8f4a226c840c
child 20330 69a0d22b9677
--- a/mercurial/dispatch.py	Thu Jan 30 13:56:56 2014 -0600
+++ b/mercurial/dispatch.py	Wed Jan 29 23:47:54 2014 +0900
@@ -635,8 +635,7 @@
 
     cmd = args[0]
     try:
-        aliases, entry = cmdutil.findcmd(cmd, cmdtable,
-                                         lui.configbool("ui", "strict"))
+        aliases, entry = cmdutil.findcmd(cmd, cmdtable)
     except (error.AmbiguousCommand, error.UnknownCommand):
         restorecommands()
         return