Mercurial > hg-stable
changeset 30483:b02e210a6817
windows: do not replace sys.stdout by winstdout
Now we use util.stdout everywhere.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 21 Oct 2016 00:03:46 +0900 |
parents | 39d13b8c101d |
children | ef9f197188ec |
files | mercurial/windows.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/windows.py Thu Oct 20 23:53:36 2016 +0900 +++ b/mercurial/windows.py Fri Oct 21 00:03:46 2016 +0900 @@ -171,8 +171,6 @@ self.close() raise IOError(errno.EPIPE, 'Broken pipe') -sys.stdout = winstdout(sys.stdout) - def _is_win_9x(): '''return true if run on windows 95, 98 or me.''' try: