view templates/error.tmpl @ 5646:c722bd73c948

fix typo in sshargs the original typo dated back to early 2005
author Steve Borho <steve@borho.org>
date Thu, 13 Dec 2007 14:25:51 -0600
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#