##// END OF EJS Templates
Add mq patch names to tagscache instead of overriding lookup....
Add mq patch names to tagscache instead of overriding lookup. This makes mq patch names visible in hg log and hg tags. It also resolves the names only once, rather than on every lookup.

File last commit:

r2195:f027bc2d default
r2682:4e2dc5c1 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>