Get rid of support for legacy SCMTool method signatures.
Review Request #12032 — Created Feb. 3, 2022 and submitted — Latest diff uploaded
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.