view mercurial/templates/rss/filelog.tmpl @ 26269:521b4d061d4a

bundle: use None when unpacking uncompressed changegroup Let's be more modern!
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 11 Sep 2015 17:05:46 -0700
parents f91e5630ce7e
children
line wrap: on
line source

{header}
    <title>{repo|escape}: {file|escape} history</title>
    <description>{file|escape} revision history</description>
    {entries%filelogentry}
  </channel>
</rss>