Show More
@@ -12,6 +12,7 import os, sys | |||||
12 | from mercurial import util |
|
12 | from mercurial import util | |
13 |
|
13 | |||
14 | def launch(application): |
|
14 | def launch(application): | |
|
15 | util.set_binary(sys.stdin) | |||
15 | util.set_binary(sys.stdout) |
|
16 | util.set_binary(sys.stdout) | |
16 |
|
17 | |||
17 | environ = dict(os.environ.items()) |
|
18 | environ = dict(os.environ.items()) |
General Comments 0
You need to be logged in to leave comments.
Login now