##// END OF EJS Templates
pathauditor: switch normcase logic according to case sensitivity of filesystem...
pathauditor: switch normcase logic according to case sensitivity of filesystem this patch applies 'util.normcase()' to audit path only on case insensitive filesystem.

File last commit:

r9999:f91e5630 default
r15666:37a6e976 stable
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>