mercurial/templates/atom/branchentry.tmpl
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Fri, 05 Aug 2016 13:49:05 +0200
changeset 31154 afcc4b4a0826
parent 29437 6ab3465d9991
permissions -rw-r--r--
localrepo: add some comment about role of various vfs object This should make things clearer for most people.

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