1
<?xml version="1.0" encoding="utf-8"?>
2
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:py="http://purl.org/kid/ns#">
3
<title> bazaar changes for ${branch.friendly_name} </title>
4
<updated>${updated}</updated>
5
<id>${branch.url(['atom'])}</id>
6
<link rel="self" href="${branch.url([''])}" />
8
<entry py:for="entry in changes">
9
<title> ${entry.revno}: ${entry.short_comment} </title>
10
<updated>${entry.date.isoformat() + 'Z'}</updated>
11
<id>${branch.url(['revision', entry.revid ])}</id>
12
<author> <name> ${util.hide_email(entry.author)} </name> </author>
17
href="${branch.url(['revision', entry.revid ])}" />