Mercurial > hg
view mercurial/templates/gitweb/notfound.tmpl @ 50677:b8de54ac5a21
perf: add a perf::stream-generate command
This record the time we take to generate a bundle.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 06 Jun 2023 04:09:05 +0200 |
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}