mercurial/dispatch.py
changeset 7224 12a90281d83d
parent 7213 b4c035057d34
child 7280 810ca383da9c
--- a/mercurial/dispatch.py	Thu Oct 23 15:44:23 2008 +0200
+++ b/mercurial/dispatch.py	Thu Oct 23 19:27:25 2008 +0200
@@ -172,7 +172,7 @@
     if args:
         cmd, args = args[0], args[1:]
         aliases, i = cmdutil.findcmd(cmd, commands.table,
-                                     ui.config("ui","strict"))
+                                     ui.config("ui", "strict"))
         cmd = aliases[0]
         defaults = ui.config("defaults", cmd)
         if defaults: