view templates/error.tmpl @ 2746:0503eb5c0a33

Add option -e/--edit to qrefresh, to edit the existing header.
author Brendan Cully <brendan@kublai.com>
date Mon, 31 Jul 2006 17:55:43 -0700
parents 68ec7b9e09a4
children
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#