Port Mercurial backend to use run_process() instead of execute().

Review Request #14483 — Created June 27, 2025 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

This change updates the Mercurial implementation to use run_process()
instead of execute().

Ran unit tests.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Port Mercurial backend to use run_process() instead of execute().
This change updates the Mercurial implementation to use `run_process()` instead of `execute()`. Testing Done: Ran unit tests.
5503801b8f7a70df61b9b15499e6c253b26ccb3f David Trowbridge
Port Mercurial backend to use run_process() instead of execute().
This change updates the Mercurial implementation to use `run_process()` instead of `execute()`. Testing Done: Ran unit tests.
0c53b04a96a0cac5fa77ed196adbc9b0f3f26a35 David Trowbridge
rbtools/clients/mercurial.py
rbtools/utils/process.py
Loading...