view templates/error.tmpl @ 7297:bd6deb7525f4

mq: use cmdutil.matchfiles instead of match for qnew -f. Closes issue1368.
author Brendan Cully <brendan@kublai.com>
date Thu, 30 Oct 2008 12:38:24 -0700
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#