Submitter | phabricator |
---|---|
Date | Feb. 28, 2018, 10:29 p.m. |
Message ID | <differential-rev-PHID-DREV-5lb5u4gm4lpoa47xznrt-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/28495/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/branchmap.py b/mercurial/branchmap.py --- a/mercurial/branchmap.py +++ b/mercurial/branchmap.py @@ -520,7 +520,7 @@ self._rbcrevslen = revs except (IOError, OSError, error.Abort, error.LockError) as inst: repo.ui.debug("couldn't write revision branch cache%s: %s\n" - % (step, inst)) + % (step, util.forcebytestr(inst))) finally: if wlock is not None: wlock.release()