comparison hgext/churn.py @ 23091:8d43c6bb38c0 stable

doc: change 'revision or range' to 'revision or revset' The phrase "revision or range" comes from a pre-revset era. Since the documentation for ranges now is under the revset docs, and as a helpful hint nudging users towards revsets, I think it's better to say "revision or revset"
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 24 Oct 2014 13:50:00 -0400
parents a57deb45c744
children 73b3218bb078
comparison
equal deleted inserted replaced
23090:24600c9d7f4e 23091:8d43c6bb38c0
90 return rate 90 return rate
91 91
92 92
93 @command('churn', 93 @command('churn',
94 [('r', 'rev', [], 94 [('r', 'rev', [],
95 _('count rate for the specified revision or range'), _('REV')), 95 _('count rate for the specified revision or revset'), _('REV')),
96 ('d', 'date', '', 96 ('d', 'date', '',
97 _('count rate for revisions matching date spec'), _('DATE')), 97 _('count rate for revisions matching date spec'), _('DATE')),
98 ('t', 'template', '{author|email}', 98 ('t', 'template', '{author|email}',
99 _('template to group changesets'), _('TEMPLATE')), 99 _('template to group changesets'), _('TEMPLATE')),
100 ('f', 'dateformat', '', 100 ('f', 'dateformat', '',