##// END OF EJS Templates
setup: don't ship i18n directory...
setup: don't ship i18n directory The directory was never actually used at runtime and other programs don't ship it either.

File last commit:

r8431:5c1aabc5 default
r9998:4a3c388f default
Show More
error.tmpl
15 lines | 174 B | application/x-cheetah | CheetahLexer
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 {header}
Matt Mackall
hgweb: move old style to spartan/
r7338 <title>Mercurial Error</title>
</head>
<body>
<h2>Mercurial Error</h2>
<p>
An error occurred while processing your request:
</p>
<p>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 {error|escape}
Matt Mackall
hgweb: move old style to spartan/
r7338 </p>
Dirkjan Ochtman
spartan: use newer template syntax everywhere
r8431 {footer}