view mercurial/templates/atom/branchentry.tmpl @ 21803:62cc4055c6c8

hg: use vfs functions in clone This change applies vfs functions in clone. destvfs.exists will invoke os.path.lexists via lexists of vfs to check for broken symbolic links.
author Chinmay Joshi <c@chinmayjoshi.com>
date Sat, 21 Jun 2014 14:44:09 +0530
parents 9409aeaafdc1
children 6ab3465d9991
line wrap: on
line source

 <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"><![CDATA[{branch|strip|escape|addbreaks}]]></content>
 </entry>