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.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last 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
rbtools/clients/mercurial.py
rbtools/clients/tests/test_mercurial.py
rbtools/utils/process.py
Loading...