churn: word-wrap help texts at 70 characters
authorMartin Geisler <mg@daimi.au.dk>
Sat, 04 Apr 2009 23:16:21 +0200
changeset 7987 17147b465a9d
parent 7986 c756e695012a
child 7988 0447939b4b97
churn: word-wrap help texts at 70 characters
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.