Submitter | phabricator |
---|---|
Date | Feb. 3, 2018, 8:35 a.m. |
Message ID | <deeb890541b388cbe8ce7987494ea2da@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27260/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -916,8 +916,7 @@ # opencode timeblockedsection because this is a critical path starttime = util.timer() try: - for a in msgs: - self.fout.write(a) + self.fout.write(''.join(msgs)) except IOError as err: raise error.StdioError(err) finally: