Mercurial > hg
view mercurial/templates/gitweb/notfound.tmpl @ 12423:10c3385fa89e
tests: unify test-eol-hook
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 26 Sep 2010 13:41:32 -0500 |
parents | f91e5630ce7e |
children | 616ad3f6fd33 |
line wrap: on
line source
{header} <title>Mercurial repository not found</title> </head> <body> <div class="page_header"> <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</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="{url}">main repository list page</a>. </div> {footer}