Mercurial > hg
view mercurial/templates/gitweb/notfound.tmpl @ 43509:7fd16ddabaa0
vagrant: update vagrant image to buster from jessie
I honestly have no idea if this works since I don't use vagrant, but
looking around online suggests it should work fine.
Differential Revision: https://phab.mercurial-scm.org/D7309
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 07 Nov 2019 14:59:11 -0500 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
{header} <title>Mercurial repository not found</title> </head> <body> <div class="page_header"> <a href="{logourl}" 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|urlescape}">main repository list page</a>. </div> {footer}