view mercurial/templates/atom/branches.tmpl @ 26365:33af0c53aeff

help: add config.troubleshooting section at the top
author timeless@mozdev.org
date Thu, 24 Sep 2015 14:45:17 -0400
parents 9409aeaafdc1
children dd2cf90a3731
line wrap: on
line source

{header}
 <id>{urlbase}{url|urlescape}</id>
 <link rel="self" href="{urlbase}{url|urlescape}atom-tags"/>
 <link rel="alternate" href="{urlbase}{url|urlescape}tags"/>
 <title>{repo|escape}: branches</title>
 <summary>{repo|escape} branch history</summary>
 <author><name>Mercurial SCM</name></author>
 {latestentry%feedupdated}

 {entries%branchentry}
</feed>