mercurial/templates/rss/bookmarkentry.tmpl
author Arun Kulshreshtha <akulshreshtha@janestreet.com>
Thu, 15 Feb 2024 11:39:18 -0500
changeset 51391 a96ed440450e
parent 18526 9409aeaafdc1
permissions -rw-r--r--
hg-core: implement timestamp line parsing

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