templates/rss/error.tmpl
author Mads Kiilerich <mads@kiilerich.com>
Fri, 27 Feb 2009 19:10:38 +0100
changeset 7813 076401cf2b63
parent 7750 b03416194895
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
run-tests.py: avoid using popen2.Popen4 - use subprocess instead Use subprocess to emulate Popen4 if available - similar to how it is done in util.py. Using popen2 under python 2.6 gives DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.

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