view mercurial/templates/rss/branches.tmpl @ 37120:e7b517809ebc

util: stop using readfile() in tempfilter() To unblock code move to utils.*. It's merely two lines of very Pythonic code. No helper function should be needed.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 24 Mar 2018 14:32:34 +0900
parents add2f9ddcfb5
children
line wrap: on
line source

{header}
    <title>{repo|escape}: branches</title>
    <description>{repo|escape} branch history</description>
    {entries%branchentry}
  </channel>
</rss>