view mercurial/templates/rss/changelog.tmpl @ 37100:9e6d3465f17e

url: make logginghttphandler compatible with Python 2.7.6 There wasn't a usable hook point in httplib, so we have to replace connect() to wrap the socket before self._tunnel().
author Yuya Nishihara <yuya@tcha.org>
date Sat, 24 Mar 2018 13:02:27 +0900
parents f91e5630ce7e
children
line wrap: on
line source

{header}
    <title>{repo|escape} Changelog</title>
    <description>{repo|escape} Changelog</description>
    {entries%changelogentry}
  </channel>
</rss>