flake8
passed.
JSHint
passed.
Review Request #14322 — Created Feb. 3, 2025 and submitted
The signature of the base
SCMClient.amend_commit_description
method
has therevisions
parameter as keyword-only. Unfortunately, subclasses
that implement this method do not, and the stamp method does not invoke
it as such. This change fixes the base class so any future implementors
do not mistakenly copy that and then haverbt stamp
orrbt post -s
crash.
Ran unit tests.
Summary | ID |
---|---|
fbc48e7db825ee49da3ae6aa4adcc7aa2f4f7897 |