Mercurial > hg
changeset 44812:79f6f856c53f stable
formatting: add missing newline
Differential Revision: https://phab.mercurial-scm.org/D8509
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Fri, 08 May 2020 01:19:48 +0200 |
parents | 5d309906ed0e |
children | af9970501021 |
files | mercurial/utils/procutil.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/utils/procutil.py Mon Apr 27 01:39:22 2020 +0200 +++ b/mercurial/utils/procutil.py Fri May 08 01:19:48 2020 +0200 @@ -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