Move the patch-related classes into rbtools.diffs.patches.
Review Request #13966 — Created June 9, 2024 and submitted — Latest diff uploaded
During the cleanup of the SCM code in RBTools 4, we introduced
rbtools.clients.base.patch
, which containedPatchAuthor
and
PatchResult
classes. In preparation for upcoming patch-related work,
these are moving once again torbtools.diffs.patches
.The old module will continue to work, but is now marked deprecated. All
call sites have been migrated to the new module.
Unit tests passed, both with and without the import updates.