##// END OF EJS Templates
hgweb: protocol requests are processed immediately...
hgweb: protocol requests are processed immediately This makes separation of interface/webcommands and protocol easier and will make http repos slightly faster because there's less overhead.

File last commit:

r6436:856ae126 default
r6777:44c51574 default
Show More
shortlogentry.tmpl
5 lines | 254 B | application/x-cheetah | CheetahLexer
Matt Mackall
templates: add coal web theme
r6436 <tr class="parity{parity}">
<td class="age">{date|age}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a>{tags%changelogtag}</td>
</tr>