view mercurial/templates/atom/tagentry.tmpl @ 33915:2d64b2f1787b

contrib: allow symbol imports from hgclient for tests
author Augie Fackler <raf@durin42.com>
date Tue, 22 Aug 2017 14:25:06 -0400
parents 9409aeaafdc1
children
line wrap: on
line source

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