Mercurial > hg
view mercurial/templates/atom/bookmarkentry.tmpl @ 36072:341c886e411e
wireprotoserver: move responsetype() out of http handler
This is our last public attribute not part of the protocol
interface!
Differential Revision: https://phab.mercurial-scm.org/D2087
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 01 Feb 2018 16:59:18 -0800 |
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>