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") |
105 |
109 |
106 dryrunopts = cmdutil.dryrunopts |
110 dryrunopts = cmdutil.dryrunopts |
107 remoteopts = cmdutil.remoteopts |
111 remoteopts = cmdutil.remoteopts |
108 walkopts = cmdutil.walkopts |
112 walkopts = cmdutil.walkopts |
109 commitopts = cmdutil.commitopts |
113 commitopts = cmdutil.commitopts |