# HG changeset patch # User Martin Geisler # Date 1247003682 -7200 # Node ID 90e16c2512462d46b9c31e007a19642f7b0c39c7 # Parent 773ab631a0c85349a7d9f0172209114ef0a5d694 interhg: wrapped docstrings at 78 characters diff -r 773ab631a0c8 -r 90e16c251246 hgext/interhg.py --- 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+)!issue\\1!