mercurial/sshserver.py
changeset 14233 659f34b833b9
parent 13721 3458c15ab2f0
child 14614 afccc64eea73
--- a/mercurial/sshserver.py	Fri May 06 15:22:31 2011 +0200
+++ b/mercurial/sshserver.py	Fri May 06 15:25:35 2011 +0200
@@ -21,8 +21,8 @@
         sys.stdout = sys.stderr
 
         # Prevent insertion/deletion of CRs
-        util.set_binary(self.fin)
-        util.set_binary(self.fout)
+        util.setbinary(self.fin)
+        util.setbinary(self.fout)
 
     def getargs(self, args):
         data = {}