[Request] [+ ] D8509: formatting: add missing newline
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Thu May 7 23:20:11 UTC 2020
Alphare created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D8509
AFFECTED FILES
mercurial/utils/procutil.py
CHANGE DETAILS
diff --git a/mercurial/utils/procutil.py b/mercurial/utils/procutil.py
--- a/mercurial/utils/procutil.py
+++ b/mercurial/utils/procutil.py
@@ -612,6 +612,7 @@
# We use a thread to make the overhead tiny.
def _do_wait():
os.waitpid(pid, 0)
+
threading.Thread(target=_do_wait, daemon=True).start()
return
# Parent process
To: Alphare, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200507/ece65310/attachment.html>
More information about the Mercurial-patches
mailing list