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<()>where
    F: FnMut(usize, &Hash),
Expand description

A version of apply_resize with the patches list already loaded.