Port Mercurial backend to use run_process() instead of execute().
Review Request #14483 — Created June 27, 2025 and updated
This change updates the Mercurial implementation to use
run_process()
instead ofexecute()
.
Ran unit tests.
Summary | ID |
---|---|
0c53b04a96a0cac5fa77ed196adbc9b0f3f26a35 |
Description | From | Last Updated |
---|---|---|
Probably worth just catching the exception in this case. |
|
|
Probably better to do a try/except instead of ignoring and then checking. |
|
|
We should be localizing these strings. |
|
|
No need for the else: here. |
|
|
Two different import groups. |
|
|
These are missing docs. |
|