view templates/error.tmpl @ 4775:739fd34f5d66

convert: svn: disable batched fetch - get the whole log immediately
author Brendan Cully <brendan@kublai.com>
date Mon, 02 Jul 2007 07:54:51 -0700
parents 68ec7b9e09a4
children 2580d418e3f0
line wrap: on
line source

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