##// END OF EJS Templates
Remove all remaining print statements...
Remove all remaining print statements -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Remove all remaining print statements Convert most prints to ui.warn or ui.write Pass a write function into transactions manifest hash: d1b0af7a344fc087a5acfe3ae87b782c20d043e0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx1Q3ywK+sNU5EO8RAqSTAJwM5t/m+JOlf2ZXOjuItCSdFiubcwCdFm3G HoicikSYpTgfCj2pIRfyLjo= =Loqo -----END PGP SIGNATURE-----

File last commit:

r570:2ee819a9 default
r582:df8a5a00 default
Show More
searchentry.tmpl
22 lines | 638 B | application/x-cheetah | CheetahLexer
<div class="parity#parity#">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="right" width="15%"><b>#date|age# ago:&nbsp;</b></td>
<td><b>#desc|firstline|escape#</b></td></tr>
<tr>
<td align="right">changeset #rev#:&nbsp;</td>
<td><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr>
#parent#
#changelogtag#
<tr>
<td align="right">author:&nbsp;</td>
<td>#author|obfuscate#</td></tr>
<tr>
<td align="right">date:&nbsp;</td>
<td>#date|date#</td></tr>
<tr>
<td align="right" valign="top"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:&nbsp;</td>
<td>#files#</td></tr>
</table>
</div>