diff hgext/churn.py @ 7127:9df67ee30ef5

help: better documentation intro for a few extensions
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sat, 18 Oct 2008 16:56:39 +0200
parents c29d3f4ed967
children 7e6a3bae0e8e
line wrap: on
line diff
--- a/hgext/churn.py	Thu Jun 12 11:49:13 2008 +0200
+++ b/hgext/churn.py	Sat Oct 18 16:56:39 2008 +0200
@@ -5,7 +5,7 @@
 #
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
-'''allow graphing the number of lines (or count of revisions) grouped by template'''
+'''command to show certain statistics about revision history'''
 
 from mercurial.i18n import _
 from mercurial import patch, cmdutil, util, templater