Update code to remove all deprecated usage flagged by unit tests.

Review Request #12642 — Created Sept. 25, 2022 and submitted — Latest diff uploaded

Information

RBTools
release-4.x

Reviewers

RBTools 4 deprecated a number of things, from legacy functions to legacy
function signatures.

This change updates all the code that emitted deprecation warnings
during unit test runs to instead use modern functions or calling
conventions.

Unit tests pass with zero warnings.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update code to remove all deprecated usage flagged by unit tests.
RBTools 4 deprecated a number of things, from legacy functions to legacy function signatures. This change updates all the code that emitted deprecation warnings during unit test runs to instead use modern functions or calling conventions.
ad2b29334a1597028e66b2241d7703bde968f2a6 Christian Hammond
rbtools/clients/clearcase.py
rbtools/clients/git.py
rbtools/clients/mercurial.py
rbtools/commands/__init__.py
rbtools/utils/console.py
rbtools/utils/tests/test_console.py
Loading...