- %for change,filenode,diff,cs1,cs2,stat in c.changes:
-
-
- %if change != 'removed':
- ${h.link_to(h.safe_unicode(filenode.path),c.anchor_url(filenode.changeset.raw_id,filenode.path,request.GET)+"_target")}
- %else:
- ${h.link_to(h.safe_unicode(filenode.path),h.url.current(anchor=h.FID('',filenode.path)))}
- %endif
-
-
${h.fancy_file_stats(stat)}
-
- %endfor
- % if c.cut_off:
- ${_('Changeset was too big and was cut off...')}
- % endif
+ %for FID, (cs1, cs2, change, path, diff, stats) in c.changes[c.changeset.raw_id].iteritems():
+
+
+
${h.fancy_file_stats(stats)}
+
+ %endfor
+ % if c.limited_diff:
+
${_('Changeset was too big and was cut off...')}
+ % endif