mercurial/templates/rss/bookmarkentry.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 11 Jan 2017 11:28:54 -0800
changeset 30767 bbb5cc55ab8b
parent 18526 9409aeaafdc1
permissions -rw-r--r--
help: use a single paragraph to describe full and abbreviated nodeids The texts describing 40-digit strings and the abbreviated form are closely related, so make it a single paragraph.

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