comparison 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
comparison
equal deleted inserted replaced
14232:df2399663392 14233:659f34b833b9
19 19
20 hook.redirect(True) 20 hook.redirect(True)
21 sys.stdout = sys.stderr 21 sys.stdout = sys.stderr
22 22
23 # Prevent insertion/deletion of CRs 23 # Prevent insertion/deletion of CRs
24 util.set_binary(self.fin) 24 util.setbinary(self.fin)
25 util.set_binary(self.fout) 25 util.setbinary(self.fout)
26 26
27 def getargs(self, args): 27 def getargs(self, args):
28 data = {} 28 data = {}
29 keys = args.split() 29 keys = args.split()
30 for n in xrange(len(keys)): 30 for n in xrange(len(keys)):