diff -r defabf63e969 -r 8ff1ecfadcd1 mercurial/mdiff.py --- 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) )