1
<?xml version="1.0" encoding="utf-8"?>
2
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:tal="http://xml.zope.org/namespaces/tal">
4
bazaar changes for <tal:branch-name content="branch/friendly_name">branch name</tal:branch-name>
6
<updated tal:content="updated">${updated}</updated>
7
<id tal:content="python:branch.url(['/atom'])">url</id>
8
<link rel="self" tal:attributes="href python:branch.url([''])" />
10
<entry tal:repeat="entry changes">
11
<title tal:content="string: ${entry/revno}: ${entry/short_comment}">
12
${entry/revno}: ${entry/short_comment}
14
<updated tal:content="entry/date/isoformat">
17
<id tal:content="python:branch.url(['/revision', entry.revno])">
21
<name tal:content="python:util.hide_email(entry.author)">
25
<content type="text" tal:content="entry/comment">
29
tal:attributes="href python:branch.url(['/revision', entry.revno])" />