##// END OF EJS Templates
branchcache: don't verify closed nodes in _branchtip()...
Pulkit Goyal -
r42677:be5eeaf5 default
parent child Browse files
Show More
@@ -304,7 +304,6 b' class branchcache(object):'
304 304 otherwise return last closed head and true.'''
305 305 tip = heads[-1]
306 306 closed = True
307 self._verifyclosed()
308 307 for h in reversed(heads):
309 308 if h not in self._closednodes:
310 309 tip = h
General Comments 0
You need to be logged in to leave comments. Login now