##// END OF EJS Templates
py3: pass in system string to vars(branchmap).__contains__()
Yuya Nishihara -
r40268:d99a588d default
parent child Browse files
Show More
@@ -480,7 +480,7 b' class revbranchcache(object):'
480 # self.branchinfo = self._branchinfo
480 # self.branchinfo = self._branchinfo
481 #
481 #
482 # Since we now have data in the cache, we need to drop this bypassing.
482 # Since we now have data in the cache, we need to drop this bypassing.
483 if 'branchinfo' in vars(self):
483 if r'branchinfo' in vars(self):
484 del self.branchinfo
484 del self.branchinfo
485
485
486 def _setcachedata(self, rev, node, branchidx):
486 def _setcachedata(self, rev, node, branchidx):
General Comments 0
You need to be logged in to leave comments. Login now