##// END OF EJS Templates
unlink temporary patch files even when an exception is raised
unlink temporary patch files even when an exception is raised

File last commit:

r2686:d98eebc4 default
r3057:d16b93f4 default
Show More
shortlogentry.tmpl
7 lines | 227 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>
<td class="author">#author|obfuscate#</td>
<td class="node"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></td>
</tr>
</table>