##// END OF EJS Templates
Added tag 2.3 for changeset 7f5094bb3f42
Added tag 2.3 for changeset 7f5094bb3f42

File last commit:

r9999:f91e5630 default
r17328:bab421a0 stable
Show More
error.tmpl
15 lines | 174 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {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}