mercurial/commands.py
changeset 30993 9c2977ceaa46
parent 30964 afaf3c2b129c
child 30999 334cf948c758
equal deleted inserted replaced
30992:61b4122019d3 30993:9c2977ceaa46
    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