##// END OF EJS Templates
rust: add debug log about skipping dirstate update
Raphaël Gomès -
r51073:baa4e2c9 stable
parent child Browse files
Show More
@@ -457,6 +457,7 b' pub fn run(invocation: &crate::CliInvoca'
457 // Not updating the dirstate is not ideal but not critical:
457 // Not updating the dirstate is not ideal but not critical:
458 // don’t keep our caller waiting until some other Mercurial
458 // don’t keep our caller waiting until some other Mercurial
459 // process releases the lock.
459 // process releases the lock.
460 log::info!("not writing dirstate from `status`: lock is held")
460 }
461 }
461 Err(LockError::Other(HgError::IoError { error, .. }))
462 Err(LockError::Other(HgError::IoError { error, .. }))
462 if error.kind() == io::ErrorKind::PermissionDenied =>
463 if error.kind() == io::ErrorKind::PermissionDenied =>
General Comments 0
You need to be logged in to leave comments. Login now