##// END OF EJS Templates
context: add changectx.closesbranch() method...
context: add changectx.closesbranch() method This removes the duplicated code for inspecting the 'close' extra field in a changeset.

File last commit:

r9999:f91e5630 default
r16720:e825a89d default
Show More
changelogentry.tmpl
7 lines | 300 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <item>
<title>{desc|strip|firstline|strip|escape}</title>
<guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
<description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
<author>{author|obfuscate}</author>
<pubDate>{date|rfc822date}</pubDate>
</item>