view mercurial/templates/rss/filelogentry.tmpl @ 21628:7c5a85619dca

bundle2: raise BundleValueError error for stream level unsupported params This ensures both consistency and smooth propagation over the wire.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 28 May 2014 15:37:47 -0700
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>