Mercurial > hg-stable
diff hgext/churn.py @ 8028:3aaca5901ade
expand "rev" to "revision" in help texts
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 07 Apr 2009 23:06:50 +0200 |
parents | 17147b465a9d |
children | 404a2c318e70 |
line wrap: on
line diff
--- a/hgext/churn.py Tue Apr 07 22:58:05 2009 +0200 +++ b/hgext/churn.py Tue Apr 07 23:06:50 2009 +0200 @@ -150,7 +150,7 @@ "churn": (churn, [('r', 'rev', [], _('count rate for the specified revision or range')), - ('d', 'date', '', _('count rate for revs matching date spec')), + ('d', 'date', '', _('count rate for revisions matching date spec')), ('t', 'template', '{author|email}', _('template to group changesets')), ('f', 'dateformat', '', _('strftime-compatible format for grouping by date')),