Port Mercurial backend to use run_process() instead of execute().
Review Request #14483 — Created June 27, 2025 and submitted — Latest diff uploaded
This change updates the Mercurial implementation to use
run_process()
instead ofexecute()
.
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
rbtools/clients/mercurial.py |
---|
rbtools/clients/tests/test_mercurial.py |
---|
rbtools/utils/process.py |
---|