hgext/interhg.py
changeset 8866 87c30fb7e8df
parent 8824 67ee7587abea
child 8916 3df8dbf706b0
--- a/hgext/interhg.py	Sat Jun 20 20:55:50 2009 +0200
+++ b/hgext/interhg.py	Sat Jun 20 20:57:13 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>!