procutil: fix passing of stdin_bytes to background command
When the command where run in the background, the std was closed. So we have to so do some file description juggling to make sure it is passed down. This was affecting automatic clone bundle generation and associated test was added.
parent
c3e450bfdf34
No related branches found
No related tags found
Pipeline #100862 passed
Stage: build
Stage: checks
Stage: tests
Stage: platform-compat
Stage: py-version-compat
Showing
- hgext/clonebundles.py 3 additions, 1 deletionhgext/clonebundles.py
- mercurial/configitems.toml 9 additions, 0 deletionsmercurial/configitems.toml
- mercurial/utils/procutil.py 1 addition, 1 deletionmercurial/utils/procutil.py
- tests/test-clonebundles-autogen.t 51 additions, 2 deletionstests/test-clonebundles-autogen.t
Loading
Please register or sign in to comment