# HG changeset patch # User Boris Feld # Date 2017-11-03 20:01:20 # Node ID 52790352dd05b6138330badfa42ae31a333555a6 # Parent 1706eae096e26fe095a13d5181a470ae19a9e602 logtoprocess: clean-up old comment The comment was likely to be for runshellcommand code. Differential Revision: https://phab.mercurial-scm.org/D1425 diff --git a/hgext/logtoprocess.py b/hgext/logtoprocess.py --- a/hgext/logtoprocess.py +++ b/hgext/logtoprocess.py @@ -124,8 +124,6 @@ def uisetup(ui): 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)