mercurial/templates/paper/notfound.tmpl
author Matt Mackall <mpm@selenic.com>
Mon, 20 Dec 2010 12:09:00 -0600
changeset 13176 895f54a79c6e
parent 9999 f91e5630ce7e
child 18526 9409aeaafdc1
permissions -rw-r--r--
templater: use the parser.py parser to extend the templater syntax

{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}