diff mercurial/windows.py @ 30474: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 10d15095d7c2
children d623cc6b3742
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: