##// END OF EJS Templates
ui: ignore ui.logtemplate and ui.style when HGPLAIN is set...
ui: ignore ui.logtemplate and ui.style when HGPLAIN is set HGPLAIN should suppress them because they change Mercurial's default output.

File last commit:

r9999:f91e5630 default
r10567:99272344 stable
Show More
shortlogentry.tmpl
7 lines | 264 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <table class="slogEntry parity{parity}">
<tr>
<td class="age">{date|age}</td>
<td class="author">{author|person}</td>
<td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
</tr>
</table>