Mercurial > public > mercurial-scm > hg-stable
diff mercurial/sshserver.py @ 14233:659f34b833b9
rename util.set_binary to setbinary
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 06 May 2011 15:25:35 +0200 |
parents | 3458c15ab2f0 |
children | afccc64eea73 |
line wrap: on
line diff
--- 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 = {}