view mercurial/templates/rss/tags.tmpl @ 30052:eaaedad68011

py3: switch to .items() using transformer .iteritems() don't exist in Python 3 world. Used the transformer to replace .iteritems() to .items()
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 07 Oct 2016 15:29:57 +0200
parents b8ede1f79126
children
line wrap: on
line source

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