mercurial/templates/rss/tags.tmpl
author Gregory Szorc <gregory.szorc@gmail.com>
Fri, 16 Mar 2018 09:41:21 -0700
changeset 37000 44467a4d472f
parent 29435 b8ede1f79126
permissions -rw-r--r--
hgweb: refactor multirequest to be a dict of lists ... instead of a list of 2-tuples. This makes key lookups faster. The only downside is we lose total ordering of all entries. But we weren't relying on that before, so it's no loss. Differential Revision: https://phab.mercurial-scm.org/D2881

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