pub fn apply_resize_patches<'a, F, P: ToPrefixes>(
target: &Path,
branch_name: &str,
patches: &[(Hash, Patch)],
size_increase: usize,
partial_paths: P,
apply_cb: F,
) -> Result<()>
Expand description
A version of apply_resize
with the patches list already loaded.