templates/error.tmpl
author Jesse Glick <jesse.glick@sun.com>
Mon, 03 Mar 2008 12:46:57 -0500
changeset 6204 f8a86ea7521b
parent 5837 2580d418e3f0
permissions -rw-r--r--
When failing to load an extension, show where Hg tried to load it from.

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