mercurial/templates/rss/branchentry.tmpl
author Boris Feld <boris.feld@octobus.net>
Mon, 19 Nov 2018 16:50:21 +0000
changeset 40683 d7936a9dad47
parent 18526 9409aeaafdc1
permissions -rw-r--r--
perf: make `clearfilecache` helper work with any object If the object is not a localrepo, it won't have an `unfiltered` method (and won't need one).

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