templates/error.tmpl
author Brendan Cully <brendan@kublai.com>
Wed, 11 Oct 2006 12:06:14 -0700
changeset 3335 9061613c1593
parent 1554 68ec7b9e09a4
child 5837 2580d418e3f0
permissions -rw-r--r--
Teach bdiff to support buffer objects manifest.add gives revlog.addrevision a buffer object, which may be cached and used for a second call in the same session (as mq does when pushing multiple patches). The other option would be to cast the buffer to str when caching it.

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