##// END OF EJS Templates
pr-diffs: fixed a case when there are outdated comments and we're doing a rebase compare.
marcink -
r1374:fd60dce0 default
parent child Browse files
Show More
@@ -142,6 +142,8 b' collapse_all = len(diffset.files) > coll'
142 %endif
142 %endif
143
143
144 <div class="filediffs">
144 <div class="filediffs">
145 ## initial value could be marked as False later on
146 <% over_lines_changed_limit = False %>
145 %for i, filediff in enumerate(diffset.files):
147 %for i, filediff in enumerate(diffset.files):
146
148
147 <%
149 <%
General Comments 0
You need to be logged in to leave comments. Login now