templates/spartan/error.tmpl
author Greg Ward <greg-hg@gerg.ca>
Thu, 16 Jul 2009 10:41:19 -0400
changeset 9152 4017291c4c48
parent 8431 5c1aabc58004
permissions -rw-r--r--
tags: support 'instant' tag retrieval (issue548) - modify _readtagcache() and _writetagcache() to read/write tag->node mapping for global tags - if (and only if) tip unchanged, use that cached mapping to avoid reading any revisions of .hgtags - change so tag names are UTF-8 in memory in tags.py, and converted to local encoding as late as possible (in localrepository._findtags())

{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}