mercurial/templates/rss/bookmarkentry.tmpl
author David Soria Parra <davidsp@fb.com>
Wed, 15 Oct 2014 08:38:36 -0700
changeset 22984 e0b5f5e3afe8
parent 18526 9409aeaafdc1
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>{bookmark|escape}</title>
    <link>{urlbase}{url|urlescape}rev/{node|short}</link>
    <description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description>
    <pubDate>{date|rfc822date}</pubDate>
</item>