mercurial/templates/rss/filelogentry.tmpl
author David Soria Parra <davidsp@fb.com>
Wed, 15 Oct 2014 08:38:36 -0700
changeset 22984 e0b5f5e3afe8
parent 21486 16352b34e32e
child 30260 7817df5585db
permissions -rw-r--r--
histedit: move locks into state Allow action functions to control the locks. This is necessary for an implementation of x/exec or similar.

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