This patch removes "Apply to All" checkbox and adds a combobox with following 4 apply options:
- Apply to Current : Same as "Apply to All" unchecked.
- Apply to All
- Apply to Newer Dest : Applies changes (currently only overwrite) to conflicts with a newer version of dest file/dir. And skip the rest.
- Apply to Older Dest : Same as above but with older dest.
In this version of patch when selecting the last two options only "Overwrite"/"Write Into" button is enabled.
As a result this patch also modifies CopyJob to implement the new overwrite behaviour.
BUG: 94670