# HG changeset patch # User Martin Geisler # Date 1238879781 -7200 # Node ID 17147b465a9d369fe2981bf1f35d04791c8122e2 # Parent c756e695012ab8a607be5db0b8a7f7fdeacdc8e5 churn: word-wrap help texts at 70 characters diff -r c756e695012a -r 17147b465a9d hgext/churn.py --- a/hgext/churn.py Sat Apr 04 23:15:37 2009 +0200 +++ b/hgext/churn.py Sat Apr 04 23:16:21 2009 +0200 @@ -93,9 +93,9 @@ def churn(ui, repo, *pats, **opts): '''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 - 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 template. By default statistics are counted for number of changed lines.