view mercurial/templates/paper/notfound.tmpl @ 30510:a0878bc87379

server: add public function to select either cmdserver or hgweb
author Yuya Nishihara <yuya@tcha.org>
date Sat, 15 Oct 2016 14:19:16 +0900
parents 9409aeaafdc1
children
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|urlescape}">main repository list page</a>.

{footer}