sapling/eden/scm/edenscm
Durham Goode 6caa257684 commitcloud: use our background spawning utility
Summary:
On Windows, subprocess.Popen caused the current process to wait until
the background process was complete, which meant commit, amend, rebase, etc had extra long waits on the end. We have utility functions that correctly set up the background process, so let's use that instead.

Unfortunately we can't redirect stdin, stdout, stderr when using close_fds on
Windows, so we lose the ability to do logging.

Reviewed By: quark-zju

Differential Revision: D19149682

fbshipit-source-id: 6880ec7833e286b79b34c49c339aff3318f07295
2019-12-20 16:14:19 -08:00
..
hgdemandimport demandimport: blacklist windll 2019-12-10 17:53:39 -08:00
hgext commitcloud: use our background spawning utility 2019-12-20 16:14:19 -08:00
mercurial exchange: add a config to stop writing local bookmarks 2019-12-20 16:14:19 -08:00
__init__.py typing: enable pyre 2019-12-04 10:55:00 -08:00
traceimport.py typing: enable pyre 2019-12-04 10:55:00 -08:00