mercurial/templates/rss/branches.tmpl
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 01 Oct 2020 09:29:49 +0200
changeset 45671 2d6aea053153
parent 18045 add2f9ddcfb5
permissions -rw-r--r--
copies: add a HASCOPIESINFO flag to highlight rev with useful data If some files changes that may impact copy tracing are detected, we set this flag. This helps the copy tracing algorithm to skip fetching possibly expensive data when unnecessary. Differential Revision: https://phab.mercurial-scm.org/D9139

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