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