hgext/churn.py
changeset 8028 3aaca5901ade
parent 7987 17147b465a9d
child 8085 404a2c318e70
--- 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')),