##// END OF EJS Templates
reupdate the options after loading the repo...
Benoit Boissinot -
r2716:4af4e187 default
parent child Browse files
Show More
@@ -3435,6 +3435,11 b' def dispatch(args):'
3435 else:
3435 else:
3436 d = lambda: func(u, *args, **cmdoptions)
3436 d = lambda: func(u, *args, **cmdoptions)
3437
3437
3438 # reupdate the options, repo/.hg/hgrc may have changed them
3439 u.updateopts(options["verbose"], options["debug"], options["quiet"],
3440 not options["noninteractive"], options["traceback"],
3441 options["config"])
3442
3438 try:
3443 try:
3439 if options['profile']:
3444 if options['profile']:
3440 import hotshot, hotshot.stats
3445 import hotshot, hotshot.stats
General Comments 0
You need to be logged in to leave comments. Login now