Show More
@@ -363,7 +363,7 b' class revbranchcache(object):' | |||
|
363 | 363 | bndata = repo.vfs.read(_rbcnames) |
|
364 | 364 | self._rbcsnameslen = len(bndata) # for verification before writing |
|
365 | 365 | self._names = [encoding.tolocal(bn) for bn in bndata.split('\0')] |
|
366 |
except (IOError, OSError) |
|
|
366 | except (IOError, OSError): | |
|
367 | 367 | if readonly: |
|
368 | 368 | # don't try to use cache - fall back to the slow path |
|
369 | 369 | self.branchinfo = self._branchinfo |
General Comments 0
You need to be logged in to leave comments.
Login now