view mercurial/templates/spartan/error.tmpl @ 36222:6ba5b03f3645

wireprotoserver: rename webproto to httpv1protocolhandler This matches our naming convention for the SSH server's protocol handler. Differential Revision: https://phab.mercurial-scm.org/D2218
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 12 Feb 2018 17:19:51 -0800
parents f91e5630ce7e
children
line wrap: on
line source

{header}
<title>Mercurial Error</title>
</head>
<body>

<h2>Mercurial Error</h2>

<p>
An error occurred while processing your request:
</p>
<p>
{error|escape}
</p>

{footer}