fn carry_revs<S: Storage, T: Storage>(
from: &S,
to: &Container<T>,
at: Rev,
) -> Result<(), PrefixFailure>Expand description
Copy the rev files at or below the cut, so the saved container arrives with the history it inherited already written.