view mercurial/templates/atom/branchentry.tmpl @ 20676:89b2336e5ccf

filemerge: move from dict() construction to {} literals The latter are both faster and more consistent across Python 2 and 3.
author Augie Fackler <raf@durin42.com>
date Wed, 12 Mar 2014 13:15:09 -0400
parents 9409aeaafdc1
children 6ab3465d9991
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"><![CDATA[{branch|strip|escape|addbreaks}]]></content>
 </entry>