• 
      

    Fix usage of `self.json.append` in `rbt patch`.

    Review Request #15156 — Created July 7, 2026 and updated — Latest diff uploaded

    Information

    RBTools
    master

    Reviewers

    When there were conflicts, rbt patch called self.json.append()
    without first calling self.json.add(..., []). This caused a
    KeyError. This change fixes that up.

    Applied a patch that had some conflicts and saw that things didn't
    crash.

    Commits

    Files