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