view mercurial/templates/atom/tagentry.tmpl @ 14195:0013d3eeb826

revlog: remove support for parentdelta We will introduce a more powerful and general delta concept instead, called generaldelta.
author Sune Foldager <cryo@cyanite.org>
date Thu, 05 May 2011 12:55:12 +0200
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>