Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/hgext/churn.py Tue Oct 28 01:14:12 2014 +0900 +++ b/hgext/churn.py Fri Oct 24 13:50:00 2014 -0400 @@ -92,7 +92,7 @@ @command('churn', [('r', 'rev', [], - _('count rate for the specified revision or range'), _('REV')), + _('count rate for the specified revision or revset'), _('REV')), ('d', 'date', '', _('count rate for revisions matching date spec'), _('DATE')), ('t', 'template', '{author|email}',