view mercurial/templates/rss/tagentry.tmpl @ 23379:86c6f06feb04

localrepo: add a currenttransaction method This method returnx the current transaction or None: it will allow a cache writer to hook in an existing transaction.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 13 Nov 2014 11:12:47 +0000
parents 9409aeaafdc1
children
line wrap: on
line source

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