view mercurial/templates/atom/branches.tmpl @ 30068:a76d5ba7ac43

pull: grab wlock during pull because pull might move bookmarks and bookmark are protected by wlock, we have to grab wlock for pull :-( This required a small upgrade of the 'lockdelay' extension used by 'test-clone.t' because the delay must apply to a single lock only.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 23 Aug 2016 23:47:59 +0200
parents dd2cf90a3731
children
line wrap: on
line source

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

 {entries%branchentry}
</feed>