Show More
@@ -255,7 +255,8 b' class branchcache(dict):' | |||
|
255 | 255 | repo.filtername, len(self), nodecount) |
|
256 | 256 | except (IOError, OSError, error.Abort) as inst: |
|
257 | 257 | # Abort may be raised by read only opener, so log and continue |
|
258 |
repo.ui.debug("couldn't write branch cache: %s\n" % |
|
|
258 | repo.ui.debug("couldn't write branch cache: %s\n" % | |
|
259 | util.forcebytestr(inst)) | |
|
259 | 260 | |
|
260 | 261 | def update(self, repo, revgen): |
|
261 | 262 | """Given a branchhead cache, self, that may have extra nodes or be |
General Comments 0
You need to be logged in to leave comments.
Login now