Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.py @ 4962:10afa3fab6b4
Make [defaults] in .hg/hgrc work.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 21 Jul 2007 17:36:45 +0200 |
parents | 0e2d0a78f81a |
children | 4106dde15aed 3d35c8cb5eb4 |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Fri Jul 20 09:44:50 2007 +0200 +++ b/mercurial/cmdutil.py Sat Jul 21 17:36:45 2007 +0200 @@ -316,7 +316,7 @@ 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!"))