mercurial/commands.py
branchstable
changeset 35034 02845f7441af
parent 34948 ff178743e59b
child 35163 ee64e677c3cf
child 35538 f39cf992216f
equal deleted inserted replaced
35033:d3d35a55e03b 35034:02845f7441af
    99     ('h', 'help', None, _('display help and exit')),
    99     ('h', 'help', None, _('display help and exit')),
   100     ('', 'hidden', False, _('consider hidden changesets')),
   100     ('', 'hidden', False, _('consider hidden changesets')),
   101     ('', 'pager', 'auto',
   101     ('', 'pager', 'auto',
   102      _("when to paginate (boolean, always, auto, or never)"), _('TYPE')),
   102      _("when to paginate (boolean, always, auto, or never)"), _('TYPE')),
   103 ]
   103 ]
       
   104 
       
   105 # options which must be pre-parsed before loading configs and extensions
       
   106 # TODO: perhaps --debugger should be included
       
   107 earlyoptflags = ("--cwd", "-R", "--repository", "--repo", "--config")
   104 
   108 
   105 dryrunopts = cmdutil.dryrunopts
   109 dryrunopts = cmdutil.dryrunopts
   106 remoteopts = cmdutil.remoteopts
   110 remoteopts = cmdutil.remoteopts
   107 walkopts = cmdutil.walkopts
   111 walkopts = cmdutil.walkopts
   108 commitopts = cmdutil.commitopts
   112 commitopts = cmdutil.commitopts