mercurial/templates/rss/tags.tmpl
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 07 Aug 2020 21:59:43 -0700
changeset 45371 1c8e3c17c702
parent 29435 b8ede1f79126
permissions -rw-r--r--
makefile: stop setting unused HGEXTDIR variable during osx build The variable was added in a38ed42cd23c (osx: include chg by default, 2017-03-20), but I can't find any others references to the variable in that commit or in any other commits. Differential Revision: https://phab.mercurial-scm.org/D8915

{header}
    <title>{repo|escape}: tags</title>
    <description>{repo|escape} tag history</description>
    {entriesnotip%tagentry}
  </channel>
</rss>