}
#[derive(Error, Debug)]
#[non_exhaustive]
pub enum CheckoutError {
#[error("failed to fetch to working copy: {0}")]
FetchIo(#[source] std::io::Error),