author | Thomas Arendsen Hein <thomas@intevation.de> |
Sat, 21 Jul 2007 17:36:45 +0200 | |
changeset 4962 | 10afa3fab6b4 |
parent 4961 | 3fdd09ad6cce |
child 4963 | d1bee415406e |
child 4966 | 8d982aef0be1 |
--- 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!"))