view mercurial/templates/atom/tagentry.tmpl @ 47915:51cd60c0a345

dirstate: drop the deprecated `drop` method eh ;-) Differential Revision: https://phab.mercurial-scm.org/D11350
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 24 Aug 2021 21:12:39 +0200
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>