fn enforce_incremental_projection_limits(
root: &Path,
affected_paths: &BTreeSet<String>,
persisted: RepositoryAffectedSourceFootprint,
staged: &StagedRepositoryGraph,
) -> Result<(), CliError>Expand description
Enforce aggregate old-removal and new-insertion work for one closure.