view templates/error.tmpl @ 6194:fe54e7501de1

highlight: bail out if file is binary
author Brendan Cully <brendan@kublai.com>
date Thu, 28 Feb 2008 22:04:22 -0800
parents 2580d418e3f0
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#