Add Mercurial binary file patching.
Review Request #14718 — Created Nov. 29, 2025 and updated — Latest diff uploaded
This change adds support to the
MercurialPatcherfor 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 patchwith a bunch of changes that did various file
operations on binary files.