D1425: logtoprocess: clean-up old comment

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Thu Nov 16 00:45:57 EST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG52790352dd05: logtoprocess: clean-up old comment (authored by lothiraldan, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D1425?vs=3527&id=3553

REVISION DETAIL
  https://phab.mercurial-scm.org/D1425

AFFECTED FILES
  hgext/logtoprocess.py

CHANGE DETAILS

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)
 



To: lothiraldan, #hg-reviewers, mbthomas, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list