Mercurial > public > mercurial-scm > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
4920:ee983d0dbea8 | 4965:4106dde15aed |
---|---|
314 fallback = lui.config('ui', 'fallbackencoding') | 314 fallback = lui.config('ui', 'fallbackencoding') |
315 if fallback: | 315 if fallback: |
316 util._fallbackencoding = fallback | 316 util._fallbackencoding = fallback |
317 | 317 |
318 fullargs = args | 318 fullargs = args |
319 cmd, func, args, options, cmdoptions = parse(ui, args) | 319 cmd, func, args, options, cmdoptions = parse(lui, args) |
320 | 320 |
321 if options["config"]: | 321 if options["config"]: |
322 raise util.Abort(_("Option --config may not be abbreviated!")) | 322 raise util.Abort(_("Option --config may not be abbreviated!")) |
323 if options["cwd"]: | 323 if options["cwd"]: |
324 raise util.Abort(_("Option --cwd may not be abbreviated!")) | 324 raise util.Abort(_("Option --cwd may not be abbreviated!")) |