##// END OF EJS Templates
webcommands: add 'branches' command, similar to 'tags'
webcommands: add 'branches' command, similar to 'tags'

File last commit:

r8235:89bc3946 default
r8352:eefcb59d default
Show More
changelogentry.tmpl
16 lines | 508 B | application/x-cheetah | CheetahLexer
/ templates / atom / changelogentry.tmpl
Robert Bachmann
Added support for the Atom syndication format
r5269 <entry>
Rocco Rutte
hgweb: use "nonempty" filter in templates for the changelog message...
r8235 <title>#desc|strip|firstline|strip|escape|nonempty#</title>
Matt Mackall
atom: fix URLs used in entry GUIDs
r7849 <id>{urlbase}{url}#changeset-{node}</id>
Robert Bachmann
Added support for the Atom syndication format
r5269 <link href="{urlbase}{url}rev/{node}"/>
<author>
<name>#author|person|escape#</name>
<email>#author|email|obfuscate#</email>
</author>
<updated>#date|rfc3339date#</updated>
<published>#date|rfc3339date#</published>
<content type="xhtml">
Robert Bachmann
Atom support: replaced xhtml namespace prefix with default namespace
r5270 <div xmlns="http://www.w3.org/1999/xhtml">
Rocco Rutte
hgweb: use "nonempty" filter in templates for the changelog message...
r8235 <pre xml:space="preserve">#desc|escape|nonempty#</pre>
Robert Bachmann
Atom support: replaced xhtml namespace prefix with default namespace
r5270 </div>
Robert Bachmann
Added support for the Atom syndication format
r5269 </content>
</entry>