view mercurial/templates/rss/filelogentry.tmpl @ 21788:c20843aee8a4

branch: add debug message for branch cache write failure
author Matt Mackall <mpm@selenic.com>
date Mon, 23 Jun 2014 13:46:42 -0500
parents 16352b34e32e
children 7817df5585db
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|websub|addbreaks|nonempty}]]></description>
    <author>{author|obfuscate}</author>
    <pubDate>{date|rfc822date}</pubDate>
</item>