##// END OF EJS Templates
Add option "hidden" to hgwebdir....
Add option "hidden" to hgwebdir. TODO: should this option be renamed to 'hide_from_index' or maybe to 'index_ignore' (like Apache's mod_autoindex) ?

File last commit:

r1554:68ec7b9e default
r4709:53eca35c default
Show More
error.tmpl
15 lines | 173 B | application/x-cheetah | CheetahLexer
#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#