##// 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
<item>
<title>#desc|firstline|escape#</title>
<link>#url#?cmd=changeset;node=#node#</link>
<description><![CDATA[#desc|escape|addbreaks#]]></description>
<author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
</item>