Message3863

Author ThomasAH
Recipients ohachige, tonfa
Date 2007-08-20.17:12:38
Content
I have enabled interhg on the crew and crew-stable repositories.

In the shortlog the summaries are links to the revision pages, therefore
replacing escaped text with something that contains an HTML link produces broken
HTML, see e.g. on http://hg.intevation.org/mercurial/crew/shortlog/ee702e7f181f
which contains nested <a></a> tags:
<a href="/mercurial/crew/rev/64888ff907f4">Fix <a
href="http://www.selenic.com/mercurial/bts/issue685">issue 685</a>: trackback in
grep -r after rename</a>

My interhg config entry:
[interhg]
pat1 = s/(?<=\W)(issue\s*)(\d+)/<a
href="http:\/\/www.selenic.com\/mercurial\/bts\/issue\2">\1\2<\/a>/
History
Date User Action Args
2007-08-20 17:12:50ThomasAHsetrecipients: + tonfa, ohachige
2007-08-20 17:12:42ThomasAHsetmessageid: <1187629962.08.0.474242294794.issue698@selenic.com>
2007-08-20 17:12:41ThomasAHlinkissue698 messages
2007-08-20 17:12:38ThomasAHcreate