mercurial/templates/atom/bookmarks.tmpl
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 27 Aug 2015 17:57:33 -0700
changeset 26099 ab66c1dee405
parent 18526 9409aeaafdc1
child 28712 80e922479891
permissions -rw-r--r--
revset: cache smartset's min/max As the content of a smartset never changes, min and max will never change either. This will save us time when this function is called multiple times. This is relevant for issue4782 but does not fix it.

{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>