mercurial/templates/rss/bookmarkentry.tmpl
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 29 Jul 2017 12:40:05 -0700
branchstable
changeset 33603 075823a6161b
parent 18526 9409aeaafdc1
permissions -rw-r--r--
test: add tests for branches and tags with static http repo (issue5613) Mercurial currently fails to clone by revision on static http repos with tags. The added tests demonstrate this.

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