hgext/interhg.py
changeset 8916 3df8dbf706b0
parent 8910 0c610f77ae1a
parent 8866 87c30fb7e8df
child 9065 90e16c251246
--- a/hgext/interhg.py	Sat Jun 20 18:58:34 2009 +0200
+++ b/hgext/interhg.py	Sun Jun 21 19:06:57 2009 +0200
@@ -14,12 +14,8 @@
 which will be automatically expanded into links or any other
 arbitrary expression, much like InterWiki does.
 
-To enable this extension, add the following lines to your hgrc:
-
-  [extensions]
-  interhg =
-
-A few example patterns (link to bug tracking, etc.):
+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>!