Show More
@@ -383,7 +383,7 pub fn run(invocation: &crate::CliInvoca | |||||
383 | })?; |
|
383 | })?; | |
384 | let working_directory_vfs = repo.working_directory_vfs(); |
|
384 | let working_directory_vfs = repo.working_directory_vfs(); | |
385 | let store_vfs = repo.store_vfs(); |
|
385 | let store_vfs = repo.store_vfs(); | |
386 |
let |
|
386 | let filelog_open_options = | |
387 | repo.default_revlog_options(RevlogType::Filelog)?; |
|
387 | repo.default_revlog_options(RevlogType::Filelog)?; | |
388 | let res: Vec<_> = take(&mut ds_status.unsure) |
|
388 | let res: Vec<_> = take(&mut ds_status.unsure) | |
389 | .into_par_iter() |
|
389 | .into_par_iter() | |
@@ -398,7 +398,7 pub fn run(invocation: &crate::CliInvoca | |||||
398 | check_exec, |
|
398 | check_exec, | |
399 | &manifest, |
|
399 | &manifest, | |
400 | &to_check.path, |
|
400 | &to_check.path, | |
401 |
|
|
401 | filelog_open_options, | |
402 | ) { |
|
402 | ) { | |
403 | Err(HgError::IoError { .. }) => { |
|
403 | Err(HgError::IoError { .. }) => { | |
404 | // IO errors most likely stem from the file being |
|
404 | // IO errors most likely stem from the file being |
General Comments 0
You need to be logged in to leave comments.
Login now