Mozilla Automation Teamsheehan1 min readrelease notesintermediate
MozPhab 2.19.0 Released
Summary
MozPhab 2.19.0 ships with two bug fixes: the `--apply-to` flag now rebases onto the original base revision instead of applying a raw diff on HEAD, and a new `list` subcommand is added.
- Patch application now respects the original base, reducing merge conflicts when using `--apply-to`.
- The `list` subcommand provides a quick view of pending patches, improving workflow visibility.
Accurate rebasing prevents accidental overwrites in large codebases, and a list view cuts down on context switching for developers reviewing multiple patches.
3/10