pr-diffs: fixed a case when there are outdated comments and we're doing a rebase compare.

This commit is contained in:
Marcin Kuzminski 2017-01-30 13:55:08 +01:00
parent 23ff2e2325
commit e64716029d

View file

@ -142,6 +142,8 @@ collapse_all = len(diffset.files) > collapse_when_files_over
%endif
<div class="filediffs">
## initial value could be marked as False later on
<% over_lines_changed_limit = False %>
%for i, filediff in enumerate(diffset.files):
<%