diff -r defabf63e969 -r 8ff1ecfadcd1 mercurial/hgweb/webcommands.py --- a/mercurial/hgweb/webcommands.py Tue Oct 08 15:15:37 2019 -0700 +++ b/mercurial/hgweb/webcommands.py Tue Oct 08 15:06:18 2019 -0700 @@ -1295,7 +1295,7 @@ web.res.setbodywillwrite() if list(web.res.sendresponse()): raise error.ProgrammingError( - b'sendresponse() should not emit data ' b'if writing later' + b'sendresponse() should not emit data if writing later' ) bodyfh = web.res.getbodyfile()