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