Mercurial > hg
view mercurial/templates/atom/bookmarkentry.tmpl @ 50501:4242acf5c399
store: use the new boolean property in `remotefilelogserver`
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 15 May 2023 22:11:02 +0200 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
<entry> <title>{bookmark|escape}</title> <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/> <id>{urlbase}{url|urlescape}#bookmark-{node}</id> <updated>{date|rfc3339date}</updated> <published>{date|rfc3339date}</published> <content type="text">{bookmark|strip|escape}</content> </entry>