##// END OF EJS Templates
test-wireprotocol.py: rename to test-wireproto.py for consistency...
test-wireprotocol.py: rename to test-wireproto.py for consistency 1. The module named 'wireproto' is tested. 2. There already is a test-wireproto.t for related tests on shell level.

File last commit:

r14046:b24e5a70 default
r14765:08ef6b5f stable
Show More
filelogentry.tmpl
5 lines | 346 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{date|date}</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}{rename%filelogrename}</td>
</tr>