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

r985:7ffa91f2 default
r2682:4e2dc5c1 default
Show More
changelog-rss.tmpl
5 lines | 155 B | application/x-cheetah | CheetahLexer
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 #header#
<title>#repo|escape# Changelog</title>
<description>#repo|escape# Changelog</description>
mpm@selenic.com
hgweb: fix RSS and raw for new % scheme
r985 #entries%changelogentry#
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 </channel>
</rss>