• 
      

    Ensure that all SCMClient.diff methods take kwargs.

    Review Request #11581 — Created April 7, 2021 and submitted

    Information

    RBTools
    master

    Reviewers

    The vast majority of the definitions of the diff method for various
    SCMClient subclasses included kwargs, for future expansion. There were
    two places, the base class definition, and the TFS subclass, which
    didn't. This change adds those so that I can later pass the
    RepositoryInfo object into this method safely.

    Ran unit tests.

    Summary ID
    Ensure that all SCMClient.diff methods take kwargs.
    The vast majority of the definitions of the diff method for various SCMClient subclasses included kwargs, for future expansion. There were two places, the base class definition, and the TFS subclass, which didn't. This change adds those so that I can later pass the RepositoryInfo object into this method safely. Testing Done: Ran unit tests.
    33a7d44ba20070b457287025edb66617f96e5f2f
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (eef797d)