--- a/templates/rss/changelogentry.tmpl Tue Feb 10 14:21:27 2009 +0100
+++ b/templates/rss/changelogentry.tmpl Tue Feb 10 14:22:25 2009 +0100
@@ -1,6 +1,6 @@
<item>
<title>#desc|strip|firstline|strip|escape#</title>
- <link>{urlbase}{url}rev/{node|short}</link>
+ <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
<description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
<author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
--- a/templates/rss/error.tmpl Tue Feb 10 14:21:27 2009 +0100
+++ b/templates/rss/error.tmpl Tue Feb 10 14:22:25 2009 +0100
@@ -4,6 +4,7 @@
<item>
<title>Error</title>
<description>{error|escape}</description>
+ <guid>http://www.selenic.com/mercurial/#error</guid>
</item>
</channel>
</rss>