Mercurial > hg
diff rust/rhg/src/commands/status.rs @ 52282:51a350a22d0c
branching: merge stable into default
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 20 Nov 2024 15:53:19 +0100 |
parents | bd8081e9fd62 fdecc547a75d |
children | b422acba55f1 |
line wrap: on
line diff
--- 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