dirstate-v2: Apply SECOND_AMBIGUOUS to directory mtimes too
This would only be relevant in contrived scenarios such as a dirstate file being written with a libc that supports sub-second precision in mtimes, then transfered (at the filesystem level, not `hg clone`) to another system where libc *doesn’t* have sub-second precision and truncates the stored mtime of a directory to integer seconds. Differential Revision: https://phab.mercurial-scm.org/D11939
Showing
- rust/hg-core/src/dirstate/status.rs 2 additions, 2 deletionsrust/hg-core/src/dirstate/status.rs
- rust/hg-core/src/dirstate_tree/on_disk.rs 18 additions, 12 deletionsrust/hg-core/src/dirstate_tree/on_disk.rs
- rust/hg-core/src/dirstate_tree/status.rs 81 additions, 65 deletionsrust/hg-core/src/dirstate_tree/status.rs
- rust/rhg/src/commands/status.rs 2 additions, 3 deletionsrust/rhg/src/commands/status.rs
Loading
Please register or sign in to comment