view mercurial/templates/rss/bookmarkentry.tmpl @ 18334:44bda93df90e

merge: changing the mode of a file is also an update It was a change in the file system that wasn't reported in the summaries.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 10 Jan 2013 00:44:23 +0100
parents 1046cb663776
children 9409aeaafdc1
line wrap: on
line source

<item>
    <title>{bookmark|escape}</title>
    <link>{urlbase}{url}rev/{node|short}</link>
    <description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description>
    <pubDate>{date|rfc822date}</pubDate>
</item>