Submitter | phabricator |
---|---|
Date | Nov. 16, 2017, 5:45 a.m. |
Message ID | <519799b0367ae10d2af183a6b767e445@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25596/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/logtoprocess.py b/hgext/logtoprocess.py --- a/hgext/logtoprocess.py +++ b/hgext/logtoprocess.py @@ -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)