Skip to content
Snippets Groups Projects
Commit 52790352 authored by Boris Feld's avatar Boris Feld
Browse files

logtoprocess: clean-up old comment

The comment was likely to be for runshellcommand code.

Differential Revision: https://phab.mercurial-scm.org/D1425
parent 1706eae0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment