view templates/error.tmpl @ 6879:24fd94ed1cc0

test symlinks on symlink-capable os but non-capable filesystem (issue1149) The "real" way to test this is to mount a non-symlink-capable filesystem, and try working on it; however, I don't know how to mount filesystems as a non-priveleged user from within the testing framework. So instead, os.symlink is overridden to raise the exception that would be raised on such a filesystem.
author Dov Feldstern <dfeldstern@fastimap.com>
date Thu, 31 Jul 2008 22:41:19 +0300
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#