pub fn move_to_archive(
module_repo: &impl DomainModuleRepository,
ito_path: &Path,
change_name: &str,
archive_name: &str,
) -> CoreResult<()>Expand description
Move a change directory to the archive location.
pub fn move_to_archive(
module_repo: &impl DomainModuleRepository,
ito_path: &Path,
change_name: &str,
archive_name: &str,
) -> CoreResult<()>Move a change directory to the archive location.