view mercurial/templates/rss/error.tmpl @ 21118:e1a3898a8bb8

hgweb: adding branch names from inbranch template to rss feed
author Aaron Jensen <ajensen@webmd.net>
date Thu, 17 Apr 2014 11:47:49 -0700
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>