##// END OF EJS Templates
logtoprocess: clean-up old comment...
Boris Feld -
r35054:52790352 default
parent child Browse files
Show More
@@ -124,8 +124,6 b' def uisetup(ui):'
124 env = dict(itertools.chain(encoding.environ.items(),
124 env = dict(itertools.chain(encoding.environ.items(),
125 msgpairs, optpairs),
125 msgpairs, optpairs),
126 EVENT=event, HGPID=str(os.getpid()))
126 EVENT=event, HGPID=str(os.getpid()))
127 # Connect stdin to /dev/null to prevent child processes messing
128 # with mercurial's stdin.
129 runshellcommand(script, env)
127 runshellcommand(script, env)
130 return super(logtoprocessui, self).log(event, *msg, **opts)
128 return super(logtoprocessui, self).log(event, *msg, **opts)
131
129
General Comments 0
You need to be logged in to leave comments. Login now