mercurial/templates/rss/error.tmpl
author Augie Fackler <augie@google.com>
Sun, 28 Feb 2016 22:13:47 -0500
changeset 28319 09222d39fa34
parent 26421 4b0fc75f9403
permissions -rw-r--r--
pager: add tests We've never had tests for pager, and I want to start experimenting with ways to clean up the implementation and make it a bit more graceful.

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