comparison 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
comparison
equal deleted inserted replaced
7597:81f68565281c 7598:26adfaccdf73
88 88
89 return rate 89 return rate
90 90
91 91
92 def churn(ui, repo, *pats, **opts): 92 def churn(ui, repo, *pats, **opts):
93 '''Graph count of revisions grouped by template 93 '''graph count of revisions grouped by template
94 94
95 Will graph count of changed lines or revisions grouped by template or 95 Will graph count of changed lines or revisions grouped by template or
96 alternatively by date, if dateformat is used. In this case it will override 96 alternatively by date, if dateformat is used. In this case it will override
97 template. 97 template.
98 98