##// END OF EJS Templates
test-discovery-legacy: disable bundle2 for legacy test...
test-discovery-legacy: disable bundle2 for legacy test We need to disable the "bundle2" capability to ensure we stay on legacy capability.

File last commit:

r18526:9409aeaa stable
r25117:b5c8ee72 default
Show More
notfound.tmpl
18 lines | 397 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
<title>Mercurial repository not found</title>
</head>
<body>
<div class="page_header">
Steven Stallion
hgweb: support alternate logo url...
r13964 <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 </div>
<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Thomas Arendsen Hein
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names...
r18526 Please go back to the <a href="{url|urlescape}">main repository list page</a>.
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 </div>
{footer}