Show More
@@ -520,7 +520,7 b' class revbranchcache(object):' | |||
|
520 | 520 | self._rbcrevslen = revs |
|
521 | 521 | except (IOError, OSError, error.Abort, error.LockError) as inst: |
|
522 | 522 | repo.ui.debug("couldn't write revision branch cache%s: %s\n" |
|
523 | % (step, inst)) | |
|
523 | % (step, util.forcebytestr(inst))) | |
|
524 | 524 | finally: |
|
525 | 525 | if wlock is not None: |
|
526 | 526 | wlock.release() |
General Comments 0
You need to be logged in to leave comments.
Login now