Mercurial > public > mercurial-scm > hg
diff hgext/interhg.py @ 8916:3df8dbf706b0
merged with crew
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 21 Jun 2009 19:06:57 +0200 |
parents | 0c610f77ae1a 87c30fb7e8df |
children | 90e16c251246 |
line wrap: on
line diff
--- 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>!