mercurial/commands.py
changeset 35225 7ce0ba3a1c32
parent 35163 ee64e677c3cf
child 35244 98f97eb20597
--- 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