mercurial/templates/rss/filelog.tmpl
author Yuya Nishihara <yuya@tcha.org>
Sat, 14 Apr 2018 00:30:39 +0900
changeset 37774 d6970628b95f
parent 9999 f91e5630ce7e
permissions -rw-r--r--
fix: use templater to substitute values in command string bytes.format() isn't supported on Python 3. Luckily, our template syntax is similar so we can reuse it. We need a hack to disable \-escapes as '\' is a directory separator on Windows.

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