view mercurial/templates/atom/tagentry.tmpl @ 15917:e66084ef8449

rebase: fix phases movement Rebase now try to keep the phases of source changesets.
author Alain Leufroy <alain.leufroyATgmailMYDOTcom>
date Tue, 17 Jan 2012 09:12:14 +0100
parents f91e5630ce7e
children 9409aeaafdc1
line wrap: on
line source

 <entry>
  <title>{tag|escape}</title>
  <link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
  <id>{urlbase}{url}#tag-{node}</id>
  <updated>{date|rfc3339date}</updated>
  <published>{date|rfc3339date}</published>
  <content type="text">{tag|strip|escape}</content>
 </entry>