author | Raphaël Gomès <rgomes@octobus.net> |
Tue, 28 Feb 2023 00:04:32 +0100 | |
branch | stable |
changeset 50211 | f5e4248e5bce |
parent 50210 | 6515d9a6592d |
child 50214 | 8e0d823ef182 |
--- a/rust/hg-core/src/repo.rs Tue Jan 31 13:16:39 2023 +0100 +++ b/rust/hg-core/src/repo.rs Tue Feb 28 00:04:32 2023 +0100 @@ -481,7 +481,10 @@ // https://github.com/openzfs/zfs/issues/13370 // if !append { + log::trace!("creating a new dirstate data file"); options.create_new(true); + } else { + log::trace!("appending to the dirstate data file"); } let data_size = (|| {