flake8
passed.
JSHint
passed.
Review Request #12307 — Created May 30, 2022 and submitted
A change in RBTools 3.1 resulted in a duplicate
with_errors=
argument
passed toexecute()
inapply_patch()
.MercurialClient._execute()
was explicitly setting this and also allowing any arbitrary**kwargs
to be passed in. This was missed due to lack of unit testing.This changes
_execute()
to take inwith_errors
as an argument with
the default we want to set. It also adds unit testing for
apply_patch()
to ensure this code path does not regress.
Unit tests pass.
Tested by a customer that hit this issue.
Summary | ID |
---|---|
d85eee55643954bd902611488a1325e6163f4dde |