##// END OF EJS Templates
tests: test renaming a file added on two branches (issue2089)...
tests: test renaming a file added on two branches (issue2089) The issue was fixed by d100702326d5 .

File last commit:

r9999:f91e5630 default
r13492:ca940d06 stable
Show More
filelogentry.tmpl
5 lines | 323 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|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}</td>
</tr>