##// END OF EJS Templates
localrepo: use "vfs" intead of "opener" while ensuring repository directory...
localrepo: use "vfs" intead of "opener" while ensuring repository directory As a part of migration to vfs, this patch uses "self.vfs" instead of "self.opener", while ensuring repository directory in the constructor of "localrepository" class.

File last commit:

r9999:f91e5630 default
r17160:22b9b1d2 default
Show More
changelog.tmpl
5 lines | 155 B | application/x-cheetah | CheetahLexer
{header}
<title>{repo|escape} Changelog</title>
<description>{repo|escape} Changelog</description>
{entries%changelogentry}
</channel>
</rss>