##// END OF EJS Templates
make mercurial look in more places for config files....
make mercurial look in more places for config files. now it searches <install dir>/etc/mercurial, /etc/mercurial, and user hgrc. this allows site-wide configuration to be shared over automounted nfs partition, instead of chenging on every system. option of having local configuration on every system remains. old code for searching /etc/mercurial/hgrc.d never worked, this code is tested and works.

File last commit:

r985:7ffa91f2 default
r1583:32a4e680 default
Show More
changelog-rss.tmpl
5 lines | 155 B | application/x-cheetah | CheetahLexer
#header#
<title>#repo|escape# Changelog</title>
<description>#repo|escape# Changelog</description>
#entries%changelogentry#
</channel>
</rss>