view mercurial/templates/rss/branchentry.tmpl @ 22171:371cc920ca12 stable

test-largefiles: add test for hg log --follow --patch with path This was the one case for test-largefiles that was not broken.
author Siddharth Agarwal <sid0@fb.com>
date Wed, 13 Aug 2014 15:55:45 -0700
parents 9409aeaafdc1
children
line wrap: on
line source

<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>