view mercurial/templates/atom/branchentry.tmpl @ 35941:3028a3215a2e

patches: move assignment outside the conditional Having this movement in its own patch will make the next patch clearer.
author Boris Feld <boris.feld@octobus.net>
date Tue, 06 Feb 2018 14:24:16 +0100
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>