view mercurial/templates/rss/changelog.tmpl @ 29727:0dbd788a2dfd

sshpeer: use `iter(callable, sentinel)` instead of while True This is functionally equivalent, but is a little more concise.
author Augie Fackler <augie@google.com>
date Fri, 05 Aug 2016 14:00:22 -0400
parents f91e5630ce7e
children
line wrap: on
line source

{header}
    <title>{repo|escape} Changelog</title>
    <description>{repo|escape} Changelog</description>
    {entries%changelogentry}
  </channel>
</rss>