mercurial/templates/atom/bookmarkentry.tmpl
author Adrian Buehlmann <adrian@cadifra.com>
Thu, 14 Jun 2012 12:54:54 +0200
changeset 16966 23f621ca04b5
parent 13858 1046cb663776
child 18526 9409aeaafdc1
permissions -rw-r--r--
tests/hghave: extract hghave.py hghave is degraded to a bare script, moving the functions to hghave.py so they can be shared later on.

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