##// END OF EJS Templates
cmdutil: replace unix pipe handshake with file lock...
cmdutil: replace unix pipe handshake with file lock The pipe handshake cannot be implemented with Windows detached process, which disables handle inheritance. Fix 2/3 for issue421

File last commit:

r9999:f91e5630 default
r10238:e22695b4 default
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>