view mercurial/templates/rss/filelogentry.tmpl @ 20076:faa4b3fc4197 stable

templater: makes branches work correctly with stringify (issue4108)
author Matt Mackall <mpm@selenic.com>
date Thu, 21 Nov 2013 11:30:52 -0600
parents 9409aeaafdc1
children 16352b34e32e
line wrap: on
line source

<item>
    <title>{desc|strip|firstline|strip|escape}</title>
    <link>{urlbase}{url|urlescape}log{node|short}/{file|urlescape}</link>
    <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>