##// 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 otherwise return last closed head and true.'''
304 otherwise return last closed head and true.'''
305 tip = heads[-1]
305 tip = heads[-1]
306 closed = True
306 closed = True
307 self._verifyclosed()
308 for h in reversed(heads):
307 for h in reversed(heads):
309 if h not in self._closednodes:
308 if h not in self._closednodes:
310 tip = h
309 tip = h
General Comments 0
You need to be logged in to leave comments. Login now