diff hgext/churn.py @ 7598:26adfaccdf73

lowercase help output Changes docstrings to begin with a lowercase word. Only docstrings used in help output is changed. Scripts are not expected to grep the output of 'hg help' so this change should pose no problem with regard to the compatibility rules.
author Martin Geisler <mg@daimi.au.dk>
date Sat, 03 Jan 2009 17:15:15 +0100
parents 4949729ee9ee
children 551afd4a4691
line wrap: on
line diff
--- a/hgext/churn.py	Sat Jan 03 16:15:11 2009 +0100
+++ b/hgext/churn.py	Sat Jan 03 17:15:15 2009 +0100
@@ -90,7 +90,7 @@
 
 
 def churn(ui, repo, *pats, **opts):
-    '''Graph count of revisions grouped by template
+    '''graph count of revisions grouped by template
 
     Will graph count of changed lines or revisions grouped by template or
     alternatively by date, if dateformat is used. In this case it will override