diff -r 65d516db7309 -r 51a350a22d0c rust/rhg/src/commands/status.rs --- a/rust/rhg/src/commands/status.rs Thu Nov 14 16:45:23 2024 +0100 +++ b/rust/rhg/src/commands/status.rs Wed Nov 20 15:53:19 2024 +0100 @@ -385,10 +385,10 @@ })?; let working_directory_vfs = repo.working_directory_vfs(); let store_vfs = repo.store_vfs(); - let revlog_open_options = default_revlog_options( + let filelog_open_options = default_revlog_options( repo.config(), repo.requirements(), - RevlogType::Manifestlog, + RevlogType::Filelog, )?; let res: Vec<_> = take(&mut ds_status.unsure) .into_par_iter() @@ -403,7 +403,7 @@ check_exec, &manifest, &to_check.path, - revlog_open_options, + filelog_open_options, ) { Err(HgError::IoError { .. }) => { // IO errors most likely stem from the file being