##// END OF EJS Templates
convert: make toposort order stable when multiple orderings are possible...
convert: make toposort order stable when multiple orderings are possible The output of some tests are changed. Not necessarily to the better, just other valid permutations.

File last commit:

r9999:f91e5630 default
r18376:13d73bf6 default
Show More
changelog.tmpl
10 lines | 252 B | application/x-cheetah | CheetahLexer
{header}
<!-- Changelog -->
<id>{urlbase}{url}</id>
<link rel="self" href="{urlbase}{url}atom-log"/>
<link rel="alternate" href="{urlbase}{url}"/>
<title>{repo|escape} Changelog</title>
{latestentry%feedupdated}
{entries%changelogentry}
</feed>