##// 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:

r6048:cfb4a51d merge default
r6779:d3147b4e default
Show More
header.tmpl
6 lines | 261 B | application/x-cheetah | CheetahLexer
jake@edge2.net
fixed problem with head/body tags, added dtd, fixed table attributes...
r154 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
mpm@selenic.com
Prettify the web interface...
r142 <html>
<head>
Alexis S. L. Carvalho
Revert e82dd2dd6276...
r6029 <link rel="icon" href="#staticurl#hgicon.png" type="image/png">
Matt Mackall
[hgweb] Prevent search engine bots from indexing the entire repository
r1628 <meta name="robots" content="index, nofollow" />
Alexis S. L. Carvalho
hgweb: allow static files to be served directly by the HTTP server
r4084 <link rel="stylesheet" href="#staticurl#style.css" type="text/css" />