Mercurial > hg
view mercurial/templates/atom/branchentry.tmpl @ 31421:5c9cda37d7f6
match: slice over bytes to get the byteschr instead of ascii value
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 16 Mar 2017 08:03:51 +0530 |
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>