view mercurial/templates/atom/bookmarks.tmpl @ 38750:a8bfaf592033 stable

doctest: convert matcher root to native path Otherwise it wouldn't be caught by a fast path of pathutil.canonpath(), and fall back to file identity checks.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 28 Jul 2018 16:36:35 +0900
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>