view mercurial/templates/atom/bookmarks.tmpl @ 25420:c2ec81891502

util: add a simple poll utility We'll use it to detect when a sshpeer have server output to be displayed. The implementation is super basic because all case support is not the focus of this series.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 20 May 2015 18:00:05 -0500
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>