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

r3423:a2179e78 default
r6779:d3147b4e default
Show More
tagentry.tmpl
6 lines | 208 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
<title>#tag|escape#</title>
Brendan Cully
Fix RSS URLs (closes issue396)
r3423 <link>{urlbase}{url}rev/{node|short}</link>
Brendan Cully
Move RSS theme into subdirectory
r3235 <description><![CDATA[#tag|strip|escape|addbreaks#]]></description>
<pubDate>#date|rfc822date#</pubDate>
</item>