view mercurial/templates/rss/filelog.tmpl @ 26302:5ba3358ebc7f

mergecmd: simplify conditional The previous if tested the same thing with 'if repo._activebookmark'. We make the if/else logic clearer before a bigger refactoring.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 17 Sep 2015 12:44:52 -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>