Make [defaults] in .hg/hgrc work.
authorThomas Arendsen Hein <thomas@intevation.de>
Sat, 21 Jul 2007 17:36:45 +0200
changeset 4944 10afa3fab6b4
parent 4943 3fdd09ad6cce
child 4945 d1bee415406e
child 4966 8d982aef0be1
Make [defaults] in .hg/hgrc work.
mercurial/cmdutil.py
--- a/mercurial/cmdutil.py
+++ b/mercurial/cmdutil.py
@@ -316,7 +316,7 @@ def dispatch(ui, args, argv0=None):
         util._fallbackencoding = fallback
 
     fullargs = args
-    cmd, func, args, options, cmdoptions = parse(ui, args)
+    cmd, func, args, options, cmdoptions = parse(lui, args)
 
     if options["config"]:
         raise util.Abort(_("Option --config may not be abbreviated!"))