Mercurial > hg
changeset 9065:90e16c251246
interhg: wrapped docstrings at 78 characters
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 07 Jul 2009 23:54:42 +0200 |
parents | 773ab631a0c8 |
children | 11b111e9acd3 |
files | hgext/interhg.py |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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>!