##// END OF EJS Templates
Add control-w key binding to quit hgk.
Add control-w key binding to quit hgk.

File last commit:

r1410:17703aa4 default
r1429:45bd7925 default
Show More
changelogentry-rss.tmpl
7 lines | 245 B | application/x-cheetah | CheetahLexer
/ templates / changelogentry-rss.tmpl
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <item>
<title>#desc|firstline|escape#</title>
Matt Mackall
hgweb: shorten all the URLs in the standard templates...
r1410 <link>#url#?cs=#node|short#</link>
mpm@selenic.com
Wrap RSS description in CDATA...
r777 <description><![CDATA[#desc|escape|addbreaks#]]></description>
mpm@selenic.com
[PATCH] Add RSS support to hgweb...
r599 <author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
</item>