changeset 9263:2dd1ed9e44db

interhg: wrap docstrings at 70 characters
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Jul 2009 01:49:30 +0200
parents 917e1d5674d6
children 9abddf8c29c7
files hgext/interhg.py
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/interhg.py	Sun Jul 26 01:48:02 2009 +0200
+++ b/hgext/interhg.py	Sun Jul 26 01:49:30 2009 +0200
@@ -10,12 +10,12 @@
 
 '''expand expressions into changelog and summaries
 
-This extension allows the use of a special syntax in summaries, which will be
-automatically expanded into links or any other arbitrary expression, much like
-InterWiki does.
+This extension allows the use of a special syntax in summaries, which
+will be automatically expanded into links or any other arbitrary
+expression, much like InterWiki does.
 
-A few example patterns (link to bug tracking, etc.) that may be used in your
-hgrc::
+A few example patterns (link to bug tracking, etc.) that may be used
+in your hgrc::
 
   [interhg]
   issues = s!issue(\\d+)!<a href="http://bts/issue\\1">issue\\1</a>!