mercurial/templates/atom/filelog.tmpl
author Siddharth Agarwal <sid0@fb.com>
Mon, 30 Nov 2015 16:31:28 -0800
branchstable
changeset 27102 f97bb61b51e6
parent 18526 9409aeaafdc1
permissions -rw-r--r--
localrepo.commit: check all files for resolve state (issue4972) Previously we were only checking modified files for their resolve state. But a file might be unresolved yet not in the modified state. Handle all such cases properly.

{header}
 <id>{urlbase}{url|urlescape}atom-log/tip/{file|escape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-log/tip/{file|urlescape}"/>
 <title>{repo|escape}: {file|escape} history</title>
 {latestentry%feedupdated}

{entries%changelogentry}
</feed>