view templates/shortlogentry.tmpl @ 5536:fdee5d614fcc

convert: force svn:executable when execute-bit is not supported The util.is_exec fallback would be to ask subversion for the current value of svn:executable. Setting it directly is just simpler.
author Patrick Mezard <pmezard@gmail.com>
date Sun, 11 Nov 2007 19:34:00 +0100
parents bc63247c66e9
children
line wrap: on
line source

<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>