view mercurial/templates/paper/notfound.tmpl @ 18779:9e39a717a23e

revset: don't abort when regex to tag() matches nothing (issue3850) This makes the tag("re:...") revset consistent with branch("re:...").
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 18 Mar 2013 16:04:10 -0500
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}