Show More
@@ -124,8 +124,6 b' def uisetup(ui):' | |||
|
124 | 124 | env = dict(itertools.chain(encoding.environ.items(), |
|
125 | 125 | msgpairs, optpairs), |
|
126 | 126 | EVENT=event, HGPID=str(os.getpid())) |
|
127 | # Connect stdin to /dev/null to prevent child processes messing | |
|
128 | # with mercurial's stdin. | |
|
129 | 127 | runshellcommand(script, env) |
|
130 | 128 | return super(logtoprocessui, self).log(event, *msg, **opts) |
|
131 | 129 |
General Comments 0
You need to be logged in to leave comments.
Login now