Mercurial > hg
view templates/gitweb/notfound.tmpl @ 6050:adf73753eb7d
keyword: fix pychecker warning about shadowed variable
Also no underscore prefix for restricted switch inside reposetup.
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 07 Feb 2008 15:56:20 +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}