view mercurial/templates/atom/branches.tmpl @ 26360:b2415e94b2f5

rebase: avoid losing branch commits with --keepbranch (issue4835)
author timeless@mozdev.org
date Thu, 24 Sep 2015 17:51:05 -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>