view mercurial/templates/paper/notfound.tmpl @ 17290:7a9246abf9fe stable

hgweb: make paper:error consistent with template Tests fixed by Patrick Mézard <patrick@mezard.eu>
author Ross Lagerwall <rosslagerwall@gmail.com>
date Mon, 30 Jul 2012 11:33:27 +0200
parents f91e5630ce7e
children 9409aeaafdc1
line wrap: on
line source

{header}
<title>Mercurial repository not found</title>
</head>
<body>

<h2>Mercurial repository not found</h2>

The specified repository "{repo|escape}" is unknown, sorry.

Please go back to the <a href="{url}">main repository list page</a>.

{footer}