diff -r defabf63e969 -r 8ff1ecfadcd1 mercurial/mail.py --- a/mercurial/mail.py Tue Oct 08 15:15:37 2019 -0700 +++ b/mercurial/mail.py Tue Oct 08 15:06:18 2019 -0700 @@ -236,8 +236,7 @@ else: if not procutil.findexe(method): raise error.Abort( - _(b'%r specified as email transport, ' b'but not in PATH') - % method + _(b'%r specified as email transport, but not in PATH') % method )