view mercurial/templates/rss/error.tmpl @ 42537:ce94f9622acd

rust-dirstate: add "dirs" rust-cpython binding There is an obvious performance and memory issue with those bindings on larger repos as it copies and allocates everything at once, round-trip. Like in the previous patch series, this is only temporary and will only get better once we don't have large data structures going to and from Python. Differential Revision: https://phab.mercurial-scm.org/D6394
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 16 May 2019 18:03:42 +0200
parents 4b0fc75f9403
children
line wrap: on
line source

{header}
    <title>Error</title>
    <description>Error</description>
    <item>
      <title>Error</title>
      <description>{error|escape}</description>
      <guid>https://mercurial-scm.org/#error</guid>
    </item>
  </channel>
</rss>