##// END OF EJS Templates
transplant: fix small bug when a patch fails while using --filter
transplant: fix small bug when a patch fails while using --filter

File last commit:

r8431:5c1aabc5 default
r9995:eba6c868 stable
Show More
shortlogentry.tmpl
7 lines | 264 B | application/x-cheetah | CheetahLexer
<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>