##// END OF EJS Templates
Fix chmod of writable but unowned files (issue530)...
Fix chmod of writable but unowned files (issue530) This could happen e.g. in group writable local repositories where a file should become executable on update. (Patch by Benoit Boissinot attached to issue530)

File last commit:

r4703:bc63247c default
r5668:ca4f10c7 default
Show More
shortlogentry.tmpl
7 lines | 255 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#</a></td>
</tr>
</table>