##// END OF EJS Templates
tighter default argument selection in localrepo.branchheads()
tighter default argument selection in localrepo.branchheads()

File last commit:

r6222:d2353ed8 default
r6726:e85951ae default
Show More
notfound.tmpl
18 lines | 411 B | application/x-cheetah | CheetahLexer
Brendan Cully
gitweb: add notfound template
r4842 {header}
Bryan O'Sullivan
hgweb: make notfound templates more informative
r5560 <title>Mercurial repository not found</title>
Brendan Cully
gitweb: add notfound template
r4842 </head>
<body>
<div class="page_header">
Kevin Christen
Fixed numerous XHTML problems that caused validation errors and warnings....
r5820 <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a> Not found: {repo|escape}
Brendan Cully
gitweb: add notfound template
r4842 </div>
<div class="page_body">
The specified repository "{repo|escape}" is unknown, sorry.
<br/>
<br/>
Brendan Cully
gitweb: use {url} as entrypoint in notfound.tmpl instead of /
r6222 Please go back to the <a href="{url}">main repository list page</a>.
Brendan Cully
gitweb: add notfound template
r4842 </div>
{footer}