view mercurial/templates/atom/bookmarks.tmpl @ 31757:473f2fcc7629

shelve: move ui.quiet manipulations to configoverride
author Kostia Balytskyi <ikostia@fb.com>
date Wed, 29 Mar 2017 05:31:31 -0700
parents 80e922479891
children
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>
 {lastchange%feedupdated}

{entries%bookmarkentry}
</feed>