When writing test, it is useful to make code pretending to spawn a fully
detached process while still actually waiting for it to finish. We add the
option to procutil.runbgcommand, to do so. We will use this in remote-filelog
tests.
Details
Details
- Reviewers
durin42 - Group Reviewers
hg-reviewers - Commits
- rHG15a6c6783060: procutil: add a option to not fully detach background process
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
s/register_wait/record_wait/?