##// 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
<entry>
<title>#desc|strip|firstline|strip|escape|nonempty#</title>
<id>{urlbase}{url}#changeset-{node}</id>
<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">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre xml:space="preserve">#desc|escape|nonempty#</pre>
</div>
</content>
</entry>