[Updated] D8509: formatting: add missing newline

Alphare (Raphaël Gomès) phabricator at mercurial-scm.org
Sat May 9 20:26:38 UTC 2020


Closed by commit rHG4be0cc3458e1: formatting: add missing newline (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D8509?vs=21323&id=21329

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D8509/new/

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, marmoute
Cc: marmoute, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200509/d1cb1435/attachment-0002.html>


More information about the Mercurial-patches mailing list