view mercurial/templates/rss/tagentry.tmpl @ 17851:7aa7380691b8

verify: tolerate repeated slashes in a converted repo (issue3665) These slashes are a hangover from issue3612, fixed in e4da793998bf. Although the bugfix in that commit is correct, the test it adds does not replicate the conditions for the bug correctly.
author Bryan O'Sullivan <bryano@fb.com>
date Mon, 22 Oct 2012 18:05:40 -0700
parents f91e5630ce7e
children 9409aeaafdc1
line wrap: on
line source

<item>
    <title>{tag|escape}</title>
    <link>{urlbase}{url}rev/{node|short}</link>
    <description><![CDATA[{tag|strip|escape|addbreaks}]]></description>
    <pubDate>{date|rfc822date}</pubDate>
</item>