##// END OF EJS Templates
tarball support v0.3 pt 2
tarball support v0.3 pt 2

File last commit:

r585:51626d88 default
r1077:b87aeccf default
Show More
changelogentry.tmpl
23 lines | 638 B | application/x-cheetah | CheetahLexer
<table class="changelogEntry parity#parity#">
<tr>
<th class="age">#date|age# ago:</th>
<th class="firstline">#desc|firstline|escape#</th>
</tr>
<tr>
<th class="changesetRev">changeset #rev#:</th>
<td class="changesetNode"><a href="?cmd=changeset;node=#node#">#node|short#</a></td>
</tr>
#parent#
#changelogtag#
<tr>
<th class="author">author:</th>
<td class="author">#author|obfuscate#</td>
</tr>
<tr>
<th class="date">date:</th>
<td class="date">#date|date#</td>
</tr>
<tr>
<th class="files"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:</th>
<td class="files">#files#</td>
</tr>
</table>