##// 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:

r1511:a91bfbbe default
r2682:4e2dc5c1 default
Show More
changelogentry-rss.tmpl
7 lines | 263 B | application/x-cheetah | CheetahLexer
/ templates / changelogentry-rss.tmpl
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <item>
TK Soh
hgweb: remove redundant rstrip filter
r1511 <title>#desc|strip|firstline|strip|escape#</title>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <link>#url#?cs=#node|short#</link>
TK Soh
hgweb: add strip and rstrip filters to handle summary
r1445 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
</item>