##// END OF EJS Templates
patch: isolate patchfile filesystem calls into methods...
patch: isolate patchfile filesystem calls into methods This is a first step toward an svn-like patch driver and makes patchfile monkeypatching much easier. The latter is currently required to support in-memory patching until the code is refactored.

File last commit:

r6436:856ae126 default
r7392:564326a6 default
Show More
filelogentry.tmpl
5 lines | 235 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{date|age}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a></td>
</tr>