diff -r c26cb33e5219 -r a2104b9b1787 mercurial/dispatch.py --- a/mercurial/dispatch.py Fri Nov 27 14:31:59 2020 -0500 +++ b/mercurial/dispatch.py Fri Nov 27 15:39:27 2020 -0500 @@ -1289,9 +1289,9 @@ extver = version or _(b"(version N/A)") warning = _( b'** Unknown exception encountered with ' - b'possibly-broken third-party extension %s %s\n' + b'possibly-broken third-party extension "%s" %s\n' b'** which supports versions %s of Mercurial.\n' - b'** Please disable %s and try your action again.\n' + b'** Please disable "%s" and try your action again.\n' b'** If that fixes the bug please report it to %s\n' ) % (name, extver, testedwith, name, stringutil.forcebytestr(report)) else: