diff -r 549a7ebe1607 -r df7f66f290b9 mercurial/hgweb/request.py --- a/mercurial/hgweb/request.py Tue Jan 22 00:55:01 2008 +0100 +++ b/mercurial/hgweb/request.py Tue Jan 22 09:11:06 2008 +0100 @@ -36,8 +36,7 @@ def start_response(self, status): if self._start_response is not None: if not self.headers: - raise RuntimeError("request.write called before headers sent" + - " (%s)." % thing) + raise RuntimeError("request.write called before headers sent") if isinstance(status, ErrorResponse): status = statusmessage(status.code)