##// END OF EJS Templates
unlink temporary patch files even when an exception is raised
unlink temporary patch files even when an exception is raised

File last commit:

r2195:f027bc2d default
r3057:d16b93f4 default
Show More
changelogentry-gitweb.tmpl
14 lines | 414 B | application/x-cheetah | CheetahLexer
/ templates / changelogentry-gitweb.tmpl
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <div>
TK Soh
gitweb: strip leading & trailing blank lines in changeset description
r2195 <a class="title" href="?cmd=changeset;node=#node#;style=gitweb"><span class="age">#date|age# ago</span>#desc|strip|firstline|escape#</a>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </div>
<div class="title_text">
<div class="log_link">
<a href="?cmd=changeset;node=#node#;style=gitweb">changeset</a><br/>
</div>
Johannes Stezenbach
display revision numbers...
r1704 <i>#author|obfuscate# [#date|rfc822date#] rev #rev#</i><br/>
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 </div>
<div class="log_body">
TK Soh
gitweb: strip leading & trailing blank lines in changeset description
r2195 #desc|strip|escape|addbreaks#
Josef "Jeff" Sipek
[hgweb] Initial import of the "gitweb" style
r1572 <br/>
<br/>
</div>