mercurial/templates/atom/branchentry.tmpl
author Boris Feld <boris.feld@octobus.net>
Sat, 15 Jul 2017 23:05:15 +0200
changeset 33538 54b36d3ff7f6
parent 29437 6ab3465d9991
permissions -rw-r--r--
cachevfs: add a devel warning for cache access though 'vfs' This will help third party extensions to migrate to the new 'cachevfs'.

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