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 |