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

r4703:bc63247c default
r6779:d3147b4e default
Show More
shortlogentry.tmpl
7 lines | 255 B | application/x-cheetah | CheetahLexer
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 <table class="slogEntry parity#parity#">
<tr>
<td class="age">#date|age#</td>
Matt Mackall
hgweb: improve shortlog formatting...
r4703 <td class="author">#author|person#</td>
Thomas Arendsen Hein
hgweb: Apply the new method of passing session variables to links.
r3363 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td>
Josef "Jeff" Sipek
[hgweb] Shortlog template for default theme
r2686 </tr>
</table>