mercurial/templates/rss/bookmarkentry.tmpl
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 17 Apr 2014 02:01:38 -0400
changeset 21143 5bb5d4ba14e5
parent 18526 9409aeaafdc1
permissions -rw-r--r--
bundle2: transmit capabilities to getbundle during pull Bundle2 capabilities of the client are sent to the server in the bundlecaps argument of `getbundle`.

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