changeset 35063:52790352dd05

logtoprocess: clean-up old comment The comment was likely to be for runshellcommand code. Differential Revision: https://phab.mercurial-scm.org/D1425
author Boris Feld <boris.feld@octobus.net>
date Fri, 03 Nov 2017 21:01:20 +0100
parents 1706eae096e2
children 9acc0360ff67
files hgext/logtoprocess.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)