hgext/churn.py
changeset 8934 9dda4c73fc3b
parent 8894 868670dbc237
child 9032 1fa80c5428b8
child 9388 f7968bba2307
--- a/hgext/churn.py	Wed Jun 24 13:10:05 2009 +0200
+++ b/hgext/churn.py	Wed Jun 24 13:42:02 2009 +0200
@@ -6,7 +6,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2, incorporated herein by reference.
 
-'''display statistics about repository history'''
+'''command to display statistics about repository history'''
 
 from mercurial.i18n import _
 from mercurial import patch, cmdutil, util, templater