view mercurial/templates/atom/tagentry.tmpl @ 16371:4417eb761ba8

tags: defer tag validation until repo.tags() is called Before, we were validating all tags for any tag operation, which meant building a (nearly) full node->tag lookup tree for most operations.
author Matt Mackall <mpm@selenic.com>
date Fri, 06 Apr 2012 15:16:30 -0500
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>