templates/rss/error.tmpl
author Alex Unden <alu@zpuppet.org>
Fri, 27 Feb 2009 02:01:45 -0800
changeset 7817 cb516e788238
parent 7750 b03416194895
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7748
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     1
{header}
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     2
    <title>Error</title>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     3
    <description>Error</description>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     4
    <item>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     5
      <title>Error</title>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     6
      <description>{error|escape}</description>
7750
b03416194895 hgweb: add guid to rss items
Sune Foldager <cryo@cyanite.org>
parents: 7748
diff changeset
     7
      <guid>http://www.selenic.com/mercurial/#error</guid>
7748
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     8
    </item>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
     9
  </channel>
09bec6fd747c hgweb: add rss error template
Sune Foldager <cryo@cyanite.org>
parents:
diff changeset
    10
</rss>