changeset 8339 | f55869abb5c3 |
parent 8248 | d093e57671ea |
child 8660 | b9ec04eb2aa3 |
--- a/hgext/convert/subversion.py Sat May 09 17:12:39 2009 +0200 +++ b/hgext/convert/subversion.py Sat May 09 17:32:57 2009 +0200 @@ -987,7 +987,7 @@ arg = encodeargs(args) hgexe = util.hgexecutable() cmd = '%s debugsvnlog' % util.shellquote(hgexe) - stdin, stdout = util.popen2(cmd, 'b') + stdin, stdout = util.popen2(cmd) stdin.write(arg) stdin.close() return logstream(stdout)