view templates/gitweb/notfound.tmpl @ 5334:448eb46d4d84

mq: fix qrefresh -e with no patches applied
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Mon, 24 Sep 2007 19:00:11 -0300
parents 04c1474ccddd
children
line wrap: on
line source

{header}
<title>Mercurial repositories index</title>
</head>

<body>

<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div
  style="float:right;">Mercurial</div></a> Not found: {repo|escape}
</div>

<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Please go back to the <a href="/">main repository list page</a>.
</div>

{footer}