Show More
@@ -990,7 +990,7 b' def _exceptionwarning(ui):' | |||
|
990 | 990 | if worst[0] is not None: |
|
991 | 991 | name, testedwith, report = worst |
|
992 | 992 | if not isinstance(testedwith, (bytes, str)): |
|
993 | testedwith = '.'.join([str(c) for c in testedwith]) | |
|
993 | testedwith = '.'.join([util.forcebytestr(c) for c in testedwith]) | |
|
994 | 994 | warning = (_('** Unknown exception encountered with ' |
|
995 | 995 | 'possibly-broken third-party extension %s\n' |
|
996 | 996 | '** which supports versions %s of Mercurial.\n' |
General Comments 0
You need to be logged in to leave comments.
Login now