annotate mercurial/templates/rss/tagentry.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 f91e5630ce7e
children 9409aeaafdc1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1766
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
1 <item>
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3423
diff changeset
2 <title>{tag|escape}</title>
3423
a2179e78d18b Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents: 3235
diff changeset
3 <link>{urlbase}{url}rev/{node|short}</link>
8428
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3423
diff changeset
4 <description><![CDATA[{tag|strip|escape|addbreaks}]]></description>
5ccca71775e1 atom/rss: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3423
diff changeset
5 <pubDate>{date|rfc822date}</pubDate>
1766
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
6 </item>