templates/rss/tagentry.tmpl
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 04 May 2009 17:17:03 +0900
changeset 8323 589a82fb02a2
parent 3423 a2179e78d18b
child 8428 5ccca71775e1
permissions -rw-r--r--
inotify: inotify.server.walk*() cleanup When not in root repo, if we meet a .hg, bail out. break was used, but return can be safely used instead: if we go through break then (top or not hginside) == False -> nothing is done after the for loop
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1766
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
     1
<item>
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
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>
1766
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
     4
    <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
     5
    <pubDate>#date|rfc822date#</pubDate>
93f54a2b3864 tags-rss support; still shows tip
Peter van Dijk <peter@dataloss.nl>
parents:
diff changeset
     6
</item>