Show More
@@ -10,5 +10,11 b'' | |||
|
10 | 10 | # enable importing on demand to reduce startup time |
|
11 | 11 | from mercurial import demandimport; demandimport.enable() |
|
12 | 12 | |
|
13 | import sys | |
|
14 | import mercurial.util | |
|
13 | 15 | import mercurial.dispatch |
|
16 | ||
|
17 | for fp in (sys.stdin, sys.stdout, sys.stderr): | |
|
18 | mercurial.util.set_binary(fp) | |
|
19 | ||
|
14 | 20 | mercurial.dispatch.run() |
General Comments 0
You need to be logged in to leave comments.
Login now