##// END OF EJS Templates
Make [defaults] in .hg/hgrc work.
Thomas Arendsen Hein -
r4962:10afa3fa default
parent child Browse files
Show More
@@ -316,7 +316,7 b' def dispatch(ui, args, argv0=None):'
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!"))
General Comments 0
You need to be logged in to leave comments. Login now