view mercurial/templates/rss/bookmarks.tmpl @ 23944:ec28f8b66e62 stable

parsers: avoid leaking obj in index_ancestors PySequence_GetItem returns a new reference. Found with cpychecker.
author Augie Fackler <augie@google.com>
date Fri, 23 Jan 2015 15:33:27 -0500
parents 1046cb663776
children b8ede1f79126
line wrap: on
line source

{header}
    <title>{repo|escape}: bookmarks </title>
    <description>{repo|escape} bookmark history</description>
    {entries%bookmarkentry}
  </channel>
</rss>