mercurial/mdiff.py
changeset 43117 8ff1ecfadcd1
parent 43089 c59eb1560c44
child 43483 f2f460cdb4f5
--- a/mercurial/mdiff.py	Tue Oct 08 15:15:37 2019 -0700
+++ b/mercurial/mdiff.py	Tue Oct 08 15:06:18 2019 -0700
@@ -83,7 +83,7 @@
             self.context = int(self.context)
         except ValueError:
             raise error.Abort(
-                _(b'diff context lines count must be ' b'an integer, not %r')
+                _(b'diff context lines count must be an integer, not %r')
                 % pycompat.bytestr(self.context)
             )