diff -r df2399663392 -r 659f34b833b9 mercurial/sshserver.py --- 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 = {}