##// END OF EJS Templates
hgweb: centralize permission checks for protocol commands...
hgweb: centralize permission checks for protocol commands Consistently enforces authorization checks set up in hgrc up front, so that the actual commands don't have to worry about them and implementers of hgweb alternatives can easily implement their own permission checks.

File last commit:

r5560:e78c2401 default
r6779:d3147b4e default
Show More
notfound.tmpl
12 lines | 232 B | application/x-cheetah | CheetahLexer
Ollivier Robert
Add the template.
r1124 #header#
Bryan O'Sullivan
hgweb: make notfound templates more informative
r5560 <title>Mercurial repository not found</title>
Ollivier Robert
Add the template.
r1124 </head>
<body>
Bryan O'Sullivan
hgweb: make notfound templates more informative
r5560 <h2>Mercurial repository not found</h2>
Ollivier Robert
Add the template.
r1124
Thomas Arendsen Hein
Always escape repository name in hgweb, very important in notfound.tmpl.
r1549 The specified repository "#repo|escape#" is unknown, sorry.
Ollivier Robert
Add the template.
r1124
Ollivier Robert
Remove the link from the template as there no real way to have it always be correct.
r1137 Please go back to the main repository list page.
Ollivier Robert
Add the template.
r1124
#footer#