Add Mercurial binary file patching.

Review Request #14718 — Created Nov. 29, 2025 and updated — Latest diff uploaded

Information

RBTools
master

Reviewers

This change adds support to the MercurialPatcher for applying binary
files as part of changes. This is relatively straightforward for
Mercurial, where we just have to let hg know about adds, moves, and
deletes.

  • Ran unit tests.
  • Used rbt patch with a bunch of changes that did various file
    operations on binary files.

Commits

Files