Show More
@@ -84,6 +84,7 b' def read(repo):' | |||||
84 | # This create and ordering used for branchmap purpose. |
|
84 | # This create and ordering used for branchmap purpose. | |
85 | # the ordering may be partial |
|
85 | # the ordering may be partial | |
86 | subsettable = {None: 'visible', |
|
86 | subsettable = {None: 'visible', | |
|
87 | 'visible-hidden': 'visible', | |||
87 | 'visible': 'served', |
|
88 | 'visible': 'served', | |
88 | 'served': 'immutable', |
|
89 | 'served': 'immutable', | |
89 | 'immutable': 'base'} |
|
90 | 'immutable': 'base'} |
@@ -143,6 +143,7 b' def computeimpactable(repo, visibilityex' | |||||
143 | # Otherwise your filter will have to recompute all its branches cache |
|
143 | # Otherwise your filter will have to recompute all its branches cache | |
144 | # from scratch (very slow). |
|
144 | # from scratch (very slow). | |
145 | filtertable = {'visible': computehidden, |
|
145 | filtertable = {'visible': computehidden, | |
|
146 | 'visible-hidden': computehidden, | |||
146 | 'served': computeunserved, |
|
147 | 'served': computeunserved, | |
147 | 'immutable': computemutable, |
|
148 | 'immutable': computemutable, | |
148 | 'base': computeimpactable} |
|
149 | 'base': computeimpactable} |
General Comments 0
You need to be logged in to leave comments.
Login now