hgext/interhg.py
changeset 9065 90e16c251246
parent 8916 3df8dbf706b0
child 9211 9f64878a6e8a
--- a/hgext/interhg.py	Tue Jul 07 23:54:42 2009 +0200
+++ b/hgext/interhg.py	Tue Jul 07 23:54:42 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>!