91 ('', 'time', None, _('time how long the command takes')), |
91 ('', 'time', None, _('time how long the command takes')), |
92 ('', 'profile', None, _('print command execution profile')), |
92 ('', 'profile', None, _('print command execution profile')), |
93 ('', 'version', None, _('output version information and exit')), |
93 ('', 'version', None, _('output version information and exit')), |
94 ('h', 'help', None, _('display help and exit')), |
94 ('h', 'help', None, _('display help and exit')), |
95 ('', 'hidden', False, _('consider hidden changesets')), |
95 ('', 'hidden', False, _('consider hidden changesets')), |
|
96 ('', 'pager', 'auto', |
|
97 _("when to paginate (boolean, always, auto, or never)"), _('TYPE')), |
96 ] |
98 ] |
97 |
99 |
98 dryrunopts = [('n', 'dry-run', None, |
100 dryrunopts = [('n', 'dry-run', None, |
99 _('do not perform actions, just print output'))] |
101 _('do not perform actions, just print output'))] |
100 |
102 |