mercurial/templates/atom/changelog.tmpl
author Gregory Szorc <gregory.szorc@gmail.com>
Sat, 24 Feb 2018 11:04:21 -0800
changeset 36439 72da480db4a5
parent 18526 9409aeaafdc1
permissions -rw-r--r--
histedit: resolve revs before evaluating %ld revset We want to stop relying on basectx.__int__. That means we can't use the %ld revset operator with an iterable of contexts. So we expand an iterable of contexts into a list of revs before calling into the revset. Perhaps it would be worthwhile to add a revset format operator that recognizes context instances so we can just pass contexts as revset arguments? Differential Revision: https://phab.mercurial-scm.org/D2431

{header}
 <!-- Changelog -->
 <id>{urlbase}{url|urlescape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-log"/>
 <link rel="alternate" href="{urlbase}{url|urlescape}"/>
 <title>{repo|escape} Changelog</title>
 {latestentry%feedupdated}

{entries%changelogentry}
</feed>