templates/notfound.tmpl
author Bryan O'Sullivan <bos@serpentine.com>
Wed, 28 Nov 2007 08:38:06 -0800
changeset 5560 e78c24011001
parent 1549 fbe4bbd847e5
permissions -rw-r--r--
hgweb: make notfound templates more informative

#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 main repository list page.

#footer#