Mercurial > hg
view mercurial/templates/atom/branchentry.tmpl @ 41455:8427fea04017 stable
copyright: update to 2019
Differential Revision: https://phab.mercurial-scm.org/D5779
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 31 Jan 2019 13:32:21 +0800 |
parents | 6ab3465d9991 |
children |
line wrap: on
line source
<entry> <title>{branch|escape}</title> <link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/> <id>{urlbase}{url|urlescape}#branch-{node}</id> <updated>{date|rfc3339date}</updated> <published>{date|rfc3339date}</published> <content type="text">{branch|strip|escape}</content> </entry>