hgext/churn.py
changeset 8894 868670dbc237
parent 8843 eb7b247a98ea
child 8934 9dda4c73fc3b
--- a/hgext/churn.py	Mon Jun 22 14:49:07 2009 +0200
+++ b/hgext/churn.py	Mon Jun 22 15:48:08 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.
 
-'''command to show certain statistics about revision history'''
+'''display statistics about repository history'''
 
 from mercurial.i18n import _
 from mercurial import patch, cmdutil, util, templater