Mercurial > hg-stable
changeset 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 | 3fdd09ad6cce |
children | d1bee415406e 8d982aef0be1 |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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!"))