##// END OF EJS Templates
paper/coal: add branches page
paper/coal: add branches page

File last commit:

r8235:89bc3946 default
r8353:6058d291 default
Show More
filelogentry.tmpl
7 lines | 299 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
<title>#desc|strip|firstline|strip|escape#</title>
Brendan Cully
Fix RSS URLs (closes issue396)
r3423 <link>{urlbase}{url}log{#node|short#}/{file|urlescape}</link>
Rocco Rutte
hgweb: use "nonempty" filter in templates for the changelog message...
r8235 <description><![CDATA[#desc|strip|escape|addbreaks|nonempty#]]></description>
Brendan Cully
Move RSS theme into subdirectory
r3235 <author>#author|obfuscate#</author>
Benoit Boissinot
fix rss template
r3410 <pubDate>#date|rfc822date#</pubDate>
Brendan Cully
Move RSS theme into subdirectory
r3235 </item>