view mercurial/templates/rss/error.tmpl @ 26365:33af0c53aeff

help: add config.troubleshooting section at the top
author timeless@mozdev.org
date Thu, 24 Sep 2015 14:45:17 -0400
parents f91e5630ce7e
children 4b0fc75f9403
line wrap: on
line source

{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>