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 2 (Latest)

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.
0c53b04a96a0cac5fa77ed196adbc9b0f3f26a35 David Trowbridge
rbtools/clients/mercurial.py
rbtools/clients/tests/test_mercurial.py
rbtools/utils/process.py
Loading...