mercurial/templates/gitweb/notfound.tmpl
author Durham Goode <durham@fb.com>
Tue, 14 Oct 2014 13:34:57 -0700
changeset 22956 a0f89c852a0c
parent 18526 9409aeaafdc1
permissions -rw-r--r--
obsolete: update test-commit-amend to use obsolete option This test actually used the obs.py file as part of the test, so we need to fix up the test a little more than usual to work with the new obsolete option flags.

{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|urlescape}">main repository list page</a>.
</div>

{footer}