view mercurial/templates/atom/bookmarks.tmpl @ 20750:d4f2f2d74210

revset: changed spanset to extend _orderedsetmixin Now spanset can use the lazy min and max methods implementation.
author Lucas Moscovicz <lmoscovicz@fb.com>
date Thu, 13 Mar 2014 11:36:11 -0700
parents 9409aeaafdc1
children 80e922479891
line wrap: on
line source

{header}
 <id>{urlbase}{url|urlescape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-bookmarks"/>
 <link rel="alternate" href="{urlbase}{url|urlescape}bookmarks"/>
 <title>{repo|escape}: bookmarks</title>
 <summary>{repo|escape} bookmark history</summary>
 <author><name>Mercurial SCM</name></author>
 {latestentry%feedupdated}

{entries%bookmarkentry}
</feed>