view mercurial/templates/spartan/error.tmpl @ 36439:02cd2fb6de72

narrow: drop redundant templatekw/revset names from help text ":<name>:" is automatically added by the registrar.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 25 Feb 2018 13:42:51 +0900
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}