##// END OF EJS Templates
Allow using a ssh repository without a path....
Allow using a ssh repository without a path. This uses the home directory on the remote side or the directory specified in the command in .ssh/authorized_keys

File last commit:

r814:0902ffec merge default
r1069:4337cd84 default
Show More
changelogentry-rss.tmpl
7 lines | 255 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
Fix quoting for RSS links...
r626 <link>#url#?cmd=changeset;node=#node#</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>