1
<div class="revision-info">
8
tal:content="python:util.hide_email(change.author)">
17
tal:content="python:util.date_time(change.date)">
22
<tr tal:repeat="merge_point change/merge_points">
24
<tal:block condition="repeat/merge_point/start">
29
<a title="Show history"
30
tal:attributes="title string:Show revision ${merge_point/revno};
31
href python:url(['/revision', merge_point.revno], clear=1,
32
start_revid=merge_point.revid)"
33
tal:content="python:revno_with_nick(merge_point)">
39
<tr tal:repeat="parent python:change.parents[1:]">
41
<tal:block condition="repeat/parent/start">
46
<a title="Show history"
47
tal:attributes="title string:Show revision ${parent/revno};
48
href python:url(['/revision', parent.revno], clear=1, start_revid=parent.revno)"
49
tal:content="python:revno_with_nick(parent)">
57
<th class="description">
60
<td class="description">
61
<span tal:repeat="line change/comment_clean">
62
<tal:line replace="structure line" />
73
<span tal:content="python:change.revid">
79
<tal:block condition="nocall:modified_file_link">
86
<tal:block content="structure python:file_change_summary(url, change, modified_file_link)" />