hgext/win32mbcs.py
changeset 43117 8ff1ecfadcd1
parent 43094 e8cf9ad52a78
child 43743 66210a20f727
--- a/hgext/win32mbcs.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/hgext/win32mbcs.py	Tue Oct 08 15:06:18 2019 -0700
@@ -128,7 +128,7 @@
         return enc(func(*dec(args), **dec(kwds)))
     except UnicodeError:
         raise error.Abort(
-            _(b"[win32mbcs] filename conversion failed with" b" %s encoding\n")
+            _(b"[win32mbcs] filename conversion failed with %s encoding\n")
             % _encoding
         )