view mercurial/templates/rss/filelog.tmpl @ 35960:580f7b1b88c7

hgsh: enable clang-format Nothing looks awful, so we can just turn it on. Differential Revision: https://phab.mercurial-scm.org/D2059
author Augie Fackler <augie@google.com>
date Tue, 06 Feb 2018 05:25:36 -0500
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>