Submitter | phabricator |
---|---|
Date | March 4, 2018, 7:40 p.m. |
Message ID | <differential-rev-PHID-DREV-t2ntl5ngttrommaohkc2-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/28974/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/dispatch.py b/mercurial/dispatch.py --- a/mercurial/dispatch.py +++ b/mercurial/dispatch.py @@ -990,7 +990,7 @@ if worst[0] is not None: name, testedwith, report = worst if not isinstance(testedwith, (bytes, str)): - testedwith = '.'.join([str(c) for c in testedwith]) + testedwith = '.'.join([util.forcebytestr(c) for c in testedwith]) warning = (_('** Unknown exception encountered with ' 'possibly-broken third-party extension %s\n' '** which supports versions %s of Mercurial.\n'