view mercurial/templates/rss/tags.tmpl @ 18431:3aa9b2136593

pathencode: add a SHA-1 hash function This will be used by an upcoming patch. This calls out to the Python hash implementation. An earlier version of this function implemented SHA-1 directly, but the amount of extra code didn't seem like a good tradeoff compared to the small big-picture increase in performance (long paths are uncommon).
author Bryan O'Sullivan <bryano@fb.com>
date Wed, 12 Dec 2012 13:09:34 -0800
parents f91e5630ce7e
children b8ede1f79126
line wrap: on
line source

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