Get rid of support for legacy SCMTool method signatures.

Review Request #12032 — Created Feb. 3, 2022 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

SCMTool had a class __new__ which looked for kwargs support in the
normalize_path_for_display method and warned if it wasn't present (and
adapted the method signature with a wrapper). This warned that support
would go away in 5.0, so it's time to remove it.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Get rid of support for legacy SCMTool method signatures.
SCMTool had a class `__new__` which looked for kwargs support in the `normalize_path_for_display` method and warned if it wasn't present (and adapted the method signature with a wrapper). This warned that support would go away in 5.0, so it's time to remove it. Testing Done: Ran unit tests.
0e0991faa939f3586d5eb14c16b2d1b325728344 David Trowbridge
reviewboard/notifications/email/hooks.py
reviewboard/scmtools/core.py
Loading...