view templates/rss/changelogentry.tmpl @ 8248:d093e57671ea

convert/svn: ignore composite tags Tools like cvs2svn generate tags made of files coming from different revisions from different branches. This is not supported by Mercurial, and it slows down the conversion a lot. Ignore them. See bacula@4082 for a sample.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 29 Apr 2009 21:48:59 +0200
parents 89bc3946c8f3
children 5ccca71775e1
line wrap: on
line source

<item>
    <title>#desc|strip|firstline|strip|escape#</title>
    <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
    <description><![CDATA[#desc|strip|escape|addbreaks|nonempty#]]></description>
    <author>#author|obfuscate#</author>
    <pubDate>#date|rfc822date#</pubDate>
</item>