mercurial/templates/rss/filelogentry.tmpl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 26 Nov 2012 19:23:25 +0100
changeset 17999 85027e98100b
parent 13547 a2dc8819bb0d
child 18526 9409aeaafdc1
permissions -rw-r--r--
clfilter: ensure changegroup generation is run unfiltered Changegroup generation logic needs to be aware of the whole repository to work properly.

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