mercurial/templates/gitweb/notfound.tmpl
author Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 06 Oct 2015 09:51:24 -0700
changeset 26561 1f14920a892c
parent 18526 9409aeaafdc1
permissions -rw-r--r--
import: allow processing of extra part header during import As we have a way for extension to add more header, we need a way for them to actually process them. We add a basic hook points to alter the changeset (especially extra) before we commit. There would be more to do for a full featured hooking, but this currently fit my needs.

{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}