templates/error.tmpl
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 14 Jul 2006 14:51:36 -0700
changeset 2613 479e26afa10f
parent 1554 68ec7b9e09a4
child 5837 2580d418e3f0
permissions -rw-r--r--
clone: do not make streaming default. add --stream option instead.

#header#
<title>Mercurial Error</title>
</head>
<body>

<h2>Mercurial Error</h2>

<p>
An error occured while processing your request:
</p>
<p>
#error|escape#
</p>

#footer#