Mercurial > public > mercurial-scm > hg
diff rust/hg-core/src/dirstate_tree/status.rs @ 51696:7f0cb9ee0534
Backout accidental publication of a large range of revisions
I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Tue, 23 Jul 2024 10:02:46 +0200 |
parents | 771598067be2 |
children | 3876d4c6c79e |
line wrap: on
line diff
--- a/rust/hg-core/src/dirstate_tree/status.rs Mon Jul 22 16:49:38 2024 +0200 +++ b/rust/hg-core/src/dirstate_tree/status.rs Tue Jul 23 10:02:46 2024 +0200 @@ -677,14 +677,14 @@ // The directory was modified too recently, // don’t cache its `read_dir` results. // - // 1. A change to this directory (direct child was added or - // removed) cause its mtime to be set (possibly truncated) - // to `directory_mtime` + // 1. A change to this directory (direct child was + // added or removed) cause its mtime to be set + // (possibly truncated) to `directory_mtime` // 2. This `status` algorithm calls `read_dir` - // 3. An other change is made to the same directory is made so - // that calling `read_dir` agin would give different - // results, but soon enough after 1. that the mtime stays - // the same + // 3. An other change is made to the same directory is + // made so that calling `read_dir` agin would give + // different results, but soon enough after 1. that + // the mtime stays the same // // On a system where the time resolution poor, this // scenario is not unlikely if all three steps are caused