##// END OF EJS Templates
repoview: add an explicit set of all filter that show the wc parents...
marmoute -
r44205:d4c22212 default
parent child Browse files
Show More
@@ -177,6 +177,9 b' filtertable = {'
177 177 b'base': computeimpactable,
178 178 }
179 179
180 # set of filter level that will include the working copy parent no matter what.
181 filter_has_wc = {b'visible', b'visible-hidden'}
182
180 183 _basefiltername = list(filtertable)
181 184
182 185
General Comments 0
You need to be logged in to leave comments. Login now