mercurial/templates/rss/branches.tmpl
author Yuya Nishihara <yuya@tcha.org>
Thu, 25 May 2017 21:53:44 +0900
changeset 32584 746e12a767b3
parent 18045 add2f9ddcfb5
permissions -rw-r--r--
cat: add formatter support This is an example showing how formatter can handle the --output option. git subrepo isn't supported for now.

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