view mercurial/templates/atom/error.tmpl @ 21747:fecead61d222

error: restore python 2.4 compatibility for BundleValueError Under python 2.4, this: super(BundleValueError, self).__init__(msg) raises this: TypeError: super() argument 1 must be type, not classobj
author Brendan Cully <brendan@kublai.com>
date Tue, 10 Jun 2014 17:00:31 -0700
parents 9409aeaafdc1
children 4b0fc75f9403
line wrap: on
line source

{header}
 <!-- Error -->
 <id>{urlbase}{url|urlescape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-log"/>
 <link rel="alternate" href="{urlbase}{url|urlescape}"/>
 <title>Error</title>
 <updated>1970-01-01T00:00:00+00:00</updated>
 <entry>
  <title>Error</title>
  <id>http://mercurial.selenic.com/#error</id>
  <author>
    <name>mercurial</name>
  </author>
  <updated>1970-01-01T00:00:00+00:00</updated>
  <content type="text">{error|escape}</content>
 </entry>
</feed>