changeset 7987:17147b465a9d

churn: word-wrap help texts at 70 characters
author Martin Geisler <mg@daimi.au.dk>
date Sat, 04 Apr 2009 23:16:21 +0200
parents c756e695012a
children 0447939b4b97
files hgext/churn.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.