view mercurial/templates/atom/bookmarkentry.tmpl @ 39521:154e4f84b51c

treemanifest: use visitchildrenset when filtering a manifest to a matcher Differential Revision: https://phab.mercurial-scm.org/D4370
author Kyle Lippincott <spectral@google.com>
date Thu, 23 Aug 2018 00:44:10 -0700
parents 9409aeaafdc1
children
line wrap: on
line source

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