hgext/convert/subversion.py
changeset 30274 21f977dbfaec
parent 30132 72f75eda02ba
child 30275 6bed17ba00a1
--- a/hgext/convert/subversion.py	Wed Aug 17 08:52:15 2016 -0700
+++ b/hgext/convert/subversion.py	Sat Oct 03 14:29:13 2015 +0900
@@ -164,8 +164,6 @@
         raise error.Abort(_('debugsvnlog could not load Subversion python '
                            'bindings'))
 
-    util.setbinary(sys.stdin)
-    util.setbinary(sys.stdout)
     args = decodeargs(sys.stdin.read())
     get_log_child(sys.stdout, *args)