mercurial/wireprotoserver.py
changeset 37944 dc1ed7fe33e4
parent 37810 856f381ad74b
child 37945 bfe8ef6e370e
--- a/mercurial/wireprotoserver.py	Sun Mar 25 16:39:17 2018 +0900
+++ b/mercurial/wireprotoserver.py	Sun Mar 25 16:35:24 2018 +0900
@@ -798,10 +798,6 @@
         hook.redirect(True)
         ui.fout = repo.ui.fout = ui.ferr
 
-        # Prevent insertion/deletion of CRs
-        procutil.setbinary(self._fin)
-        procutil.setbinary(self._fout)
-
     def serve_forever(self):
         self.serveuntil(threading.Event())
         sys.exit(0)