• 
      

    Move the patch-related classes into rbtools.diffs.patches.

    Review Request #13966 — Created June 9, 2024 and submitted

    Information

    RBTools
    release-5.x

    Reviewers

    During the cleanup of the SCM code in RBTools 4, we introduced
    rbtools.clients.base.patch, which contained PatchAuthor and
    PatchResult classes. In preparation for upcoming patch-related work,
    these are moving once again to rbtools.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.

    Summary ID
    Move the patch-related classes into rbtools.diffs.patches.
    During the cleanup of the SCM code in RBTools 4, we introduced `rbtools.clients.base.patch`, which contained `PatchAuthor` and `PatchResult` classes. In preparation for upcoming patch-related work, these are moving once again to `rbtools.diffs.patches`. The old module will continue to work, but is now marked deprecated. All call sites have been migrated to the new module.
    9625402407de7b0e397705f77b04a86d91de8607
    chipx86
    maubin
    1. Ship It!
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-5.x (33c2a0a)