mercurial/sshserver.py
changeset 14233 659f34b833b9
parent 13721 3458c15ab2f0
child 14614 afccc64eea73
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)):