Mercurial > hg
view templates/gitweb/notfound.tmpl @ 5972:d83020d0466f
added an entry about the prefix option inside the hgrc man page
author | Michele Cella <michele.cella@gmail.com> |
---|---|
date | Tue, 22 Jan 2008 23:07:23 +0100 |
parents | 3a1ffc1da32c |
children | d2353ed8b153 |
line wrap: on
line source
{header} <title>Mercurial repository not found</title> </head> <body> <div class="page_header"> <a href="http://www.selenic.com/mercurial/" 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="/">main repository list page</a>. </div> {footer}