view mercurial/templates/spartan/error.tmpl @ 46967:314386a19cff

help: prepend environment variables used in hooks with "$" Most of them have "$" prefix but some don't, so adding it for consistency. Differential Revision: https://phab.mercurial-scm.org/D10398
author Aay Jay Chan <aayjaychan@itopia.com.hk>
date Thu, 01 Apr 2021 22:43:55 +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}