Mercurial > hg
view mercurial/templates/atom/bookmarkentry.tmpl @ 19407:ce3d1cf957f8
run-tests: patch over py2.4 proc.wait() race
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 16 Jul 2013 12:44:11 -0500 |
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>