mercurial/templates/rss/error.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 08 Dec 2020 23:05:53 -0800
changeset 46100 fd75e5c53ec3
parent 26421 4b0fc75f9403
permissions -rw-r--r--
simplemerge: avoid quadratic concatenation when building output text I haven't checked if the difference is measurable, but the new version is no less readable or idiomatic, so I don't think performance numbers are needed. Differential Revision: https://phab.mercurial-scm.org/D9549

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