mercurial/templates/rss/branches.tmpl
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 09 Oct 2016 12:37:10 +0200
changeset 30109 96a2278ee732
parent 18045 add2f9ddcfb5
permissions -rw-r--r--
py3: use encoding.environ instead of os.environ This complains while running hg version on Python 3.5

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