33
33
<div class="links">
36
<a tal:attributes="href python:url(['/files', revid])">
36
<a tal:attributes="href python:url(['/files', change.revno])">
37
37
browse files at revision <tal:b content="change/revno" />
42
<a tal:attributes="href python:url(['/changes'], start_revid=revid)">
42
<a tal:attributes="href python:url(['/changes'], start_revid=change.revno)">
43
43
view history from revision <tal:b content="change/revno" />
46
46
<div tal:condition="python:compare_revid is not None" >
48
<a tal:attributes="href python:branch.url(['/bundle', revid, compare_revid, 'bundle.txt'])">
48
<a tal:attributes="href python:branch.url(['/bundle', change.revno, history.get_revno(compare_revid), 'bundle.txt'])">
49
49
download bundle from <tal:b content="python:history.get_revno(compare_revid)" /> to <tal:b content="change/revno" />
52
<div tal:condition="python:(remember is not None) and (compare_revid is None) and (revid != remember)" >
52
<div tal:condition="python:(remember is not None) and (compare_revid is None) and remember != revid" >
54
<a tal:attributes="href python:url(['/revision', revid], compare_revid=remember)">
54
<a tal:attributes="href python:url(['/revision', change.revno], compare_revid=history.get_revno(remember))">
55
55
compare with revision <tal:b content="python:history.get_revno(remember)" />
58
58
<div tal:condition="python:remember != revid">
60
<a tal:attributes="href python:url(['/revision', revid], remember=revid, compare_revid=None)">
60
<a tal:attributes="href python:url(['/revision', change.revno], remember=change.revno, compare_revid=None)">
61
61
compare with another revision
64
64
<tal:we-are-comparing condition="python:compare_revid is not None">
67
<a tal:attributes="href python:url([ '/revision', compare_revid ], remember=revid, compare_revid=revid)">
67
<a tal:attributes="href python:url([ '/revision', history.get_revno(compare_revid) ], remember=change.revno, compare_revid=change.revno)">
68
68
reverse the comparison (<tal:b content="change/revno" /> to <tal:b content="python:history.get_revno(compare_revid)" />)
73
<a tal:attributes="href python:url(['/revision', revid], remember=None, compare_revid=None)">
73
<a tal:attributes="href python:url(['/revision', change.revno], remember=None, compare_revid=None)">
74
74
stop comparing with revision <tal:b content="python:history.get_revno(compare_revid)" />
213
213
<th class="filename" colspan="4">
214
214
<tal:b content="structure python:collapse_button('file', u, 'table-row')" />
215
<a tal:attributes="href python:url(['/annotate', change.revid], file_id=item.file_id);
215
<a tal:attributes="href python:url(['/annotate', change.revno], file_id=item.file_id);
216
216
name string:${item/filename}-u;
217
217
title string:Annotate ${item/filename}"
218
218
tal:content="item/filename">