##// END OF EJS Templates
hgweb: protocol functions take repo instead of web...
hgweb: protocol functions take repo instead of web This makes it much easier for implementers of hgweb alternatives to simply call into protocol functions after setting up a repo and a request.

File last commit:

r6436:856ae126 default
r6781:b4b72611 default
Show More
filelogentry.tmpl
5 lines | 235 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></td>
</tr>