Mercurial > hg
view mercurial/templates/atom/branchentry.tmpl @ 31140:dc8996f855d9
merge with stable
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 02 Mar 2017 20:30:56 -0500 |
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>