##// END OF EJS Templates
clone: add option -u/--updaterev
clone: add option -u/--updaterev

File last commit:

r8428:5ccca717 default
r9714:2f1ab7f7 default
Show More
changelogentry.tmpl
7 lines | 300 B | application/x-cheetah | CheetahLexer
/ templates / rss / changelogentry.tmpl
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <title>{desc|strip|firstline|strip|escape}</title>
Sune Foldager
hgweb: add guid to rss items
r7750 <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
<author>{author|obfuscate}</author>
<pubDate>{date|rfc822date}</pubDate>
Brendan Cully
Move RSS theme into subdirectory
r3235 </item>