4
4
bazaar changes for <tal:branch-name content="branch/friendly_name">branch name</tal:branch-name>
7
7
<id tal:content="python:branch.url(['/atom'])">url</id>
10
11
<entry tal:repeat="entry changes">
12
13
${entry/revno}: ${entry/short_comment}
17
19
<id tal:content="python:branch.url(['/revision', entry.revno])">
25
27
<content type="text" tal:content="entry/comment">
29
31
tal:attributes="href python:branch.url(['/revision', entry.revno])" />