hgext/logtoprocess.py
changeset 35063 52790352dd05
parent 34645 75979c8d4572
child 39826 c31ce080eb75
--- a/hgext/logtoprocess.py	Tue Nov 14 10:26:36 2017 -0800
+++ b/hgext/logtoprocess.py	Fri Nov 03 21:01:20 2017 +0100
@@ -124,8 +124,6 @@
                 env = dict(itertools.chain(encoding.environ.items(),
                                            msgpairs, optpairs),
                            EVENT=event, HGPID=str(os.getpid()))
-                # Connect stdin to /dev/null to prevent child processes messing
-                # with mercurial's stdin.
                 runshellcommand(script, env)
             return super(logtoprocessui, self).log(event, *msg, **opts)