templates/rss/error.tmpl
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Fri, 06 Nov 2009 08:27:17 +0100
changeset 9727 d00cee04a746
parent 8936 1de6e7e1bb9f
permissions -rw-r--r--
graphlog: don't pass filectxs to the templater (issue1896)

{header}
    <title>Error</title>
    <description>Error</description>
    <item>
      <title>Error</title>
      <description>{error|escape}</description>
      <guid>http://mercurial.selenic.com/#error</guid>
    </item>
  </channel>
</rss>