##// END OF EJS Templates
branchmap: _updatebranchmap does not need to be filtered...
Pierre-Yves David -
r18119:5264464b default
parent child Browse files
Show More
@@ -730,7 +730,6 b' class localrepository(object):'
730 730 bt[bn] = self._branchtip(heads)
731 731 return bt
732 732
733 @unfilteredmethod # Until we get a smarter cache management
734 733 def _updatebranchcache(self, partial, ctxgen):
735 734 """Given a branchhead cache, partial, that may have extra nodes or be
736 735 missing heads, and a generator of nodes that are at least a superset of
General Comments 0
You need to be logged in to leave comments. Login now