Mercurial > public > mercurial-scm > hg-stable
diff mercurial/cmdutil.py @ 4965:4106dde15aed
Merge with crew
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 21 Jul 2007 16:44:38 -0500 |
parents | 126f527b3ba3 10afa3fab6b4 |
children | c0417a319e39 |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Sat Jul 21 16:18:42 2007 -0500 +++ b/mercurial/cmdutil.py Sat Jul 21 16:44:38 2007 -0500 @@ -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!"))