diff -r 6e6d0a5b88e6 -r 7ce0ba3a1c32 mercurial/commands.py --- a/mercurial/commands.py Thu Nov 23 22:23:59 2017 +0900 +++ b/mercurial/commands.py Thu Nov 23 23:18:56 2017 +0900 @@ -103,10 +103,6 @@ _("when to paginate (boolean, always, auto, or never)"), _('TYPE')), ] -# options which must be pre-parsed before loading configs and extensions -# TODO: perhaps --debugger should be included -earlyoptflags = ("--cwd", "-R", "--repository", "--repo", "--config") - dryrunopts = cmdutil.dryrunopts remoteopts = cmdutil.remoteopts walkopts = cmdutil.walkopts