view mercurial/templates/rss/branches.tmpl @ 31562:3db113eef95f

setup: test some header files The next patch will use "statfs", which requires different header files on different platforms. Linux: sys/vfs.h or sys/statfs.h FreeBSD or OSX: sys/param.h and sys/mount.h Therefore test them so we can include the correct ones.
author Jun Wu <quark@fb.com>
date Mon, 20 Mar 2017 15:43:27 -0700
parents add2f9ddcfb5
children
line wrap: on
line source

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