diff -r 9c7ca86fc658 -r 3aaca5901ade hgext/churn.py --- 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')),