mercurial/sshrepo.py
changeset 8339 f55869abb5c3
parent 8312 b87a50b7125c
child 8563 f8ff65a83169
--- a/mercurial/sshrepo.py	Sat May 09 17:12:39 2009 +0200
+++ b/mercurial/sshrepo.py	Sat May 09 17:32:57 2009 +0200
@@ -62,7 +62,7 @@
 
         cmd = util.quotecommand(cmd)
         ui.note(_('running %s\n') % cmd)
-        self.pipeo, self.pipei, self.pipee = util.popen3(cmd, 'b')
+        self.pipeo, self.pipei, self.pipee = util.popen3(cmd)
 
         # skip any noise generated by remote shell
         self.do_cmd("hello")