mercurial/templates/atom/bookmarkentry.tmpl
author Wagner Bruna <wbruna@softwareexpress.com.br>
Mon, 21 Jan 2013 13:47:14 -0200
branchstable
changeset 18458 9354a8c1bded
parent 13858 1046cb663776
child 18526 9409aeaafdc1
permissions -rw-r--r--
debugsuccessorssets: fix typos in docstring

 <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>