mercurial/templates/rss/error.tmpl
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 14 Feb 2018 17:35:13 -0700
changeset 36213 b67d4b7e8235
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: stringify integer with %d instead of bytes() The unbundle wire protocol command now returns a properly formatted reply in Python 3. Differential Revision: https://phab.mercurial-scm.org/D2274

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