##// END OF EJS Templates
discovery: move children computation in its own method...
discovery: move children computation in its own method This clarifies the main logic and starts to pave the way to some caching.

File last commit:

r18526:9409aeaa stable
r42050:d5e6ae6e default
Show More
changelog.tmpl
10 lines | 282 B | application/x-cheetah | CheetahLexer
{header}
<!-- Changelog -->
<id>{urlbase}{url|urlescape}</id>
<link rel="self" href="{urlbase}{url|urlescape}atom-log"/>
<link rel="alternate" href="{urlbase}{url|urlescape}"/>
<title>{repo|escape} Changelog</title>
{latestentry%feedupdated}
{entries%changelogentry}
</feed>