Function libpijul::unrecord_no_resize [] [src]

pub fn unrecord_no_resize(
    repo_dir: &Path,
    repo_root: &Path,
    branch_name: &str,
    selected: &mut Vec<(Hash, Patch)>,
    increase: u64
) -> Result<(), Error>