Mercurial > hg
view mercurial/templates/gitweb/notfound.tmpl @ 17801:03554dfc7ced
run-tests: remove dead code for supporting old test scripts
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Thu, 18 Oct 2012 00:44:32 +0200 |
parents | 616ad3f6fd33 |
children | 9409aeaafdc1 |
line wrap: on
line source
{header} <title>Mercurial repository not found</title> </head> <body> <div class="page_header"> <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape} </div> <div class="page_body"> The specified repository "{repo|escape}" is unknown, sorry. <br/> <br/> Please go back to the <a href="{url}">main repository list page</a>. </div> {footer}