log rust/hg-core/src/dirstate_tree/status.rs @ 48774:dcec16e799dd stable 6.0.3

age author description
Thu, 17 Feb 2022 20:50:04 +0000 Arseniy Alekseyev status: fix hg status race against file deletion stable 6.0.3
Fri, 21 Jan 2022 17:54:03 +0100 Simon Sapin status: prefer relative paths in Rust code
Fri, 17 Dec 2021 14:15:08 +0100 Simon Sapin dirstate-v2: Apply SECOND_AMBIGUOUS to directory mtimes too
Fri, 10 Dec 2021 16:18:58 +0100 Simon Sapin rhg: Add support for `rhg status --copies`
Thu, 25 Nov 2021 18:33:51 +0100 Simon Sapin rhg: Update the dirstate on disk after status
Mon, 25 Oct 2021 11:36:22 +0200 Pierre-Yves David dirstate: remove `lastnormaltime` mechanism
Wed, 13 Oct 2021 15:58:14 +0200 Simon Sapin dirstate-v2: actually use sub-second mtime precision
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Mon, 18 Oct 2021 19:02:40 +0200 Simon Sapin dirstate: rename a `very_likely_equal` method to `likely_equal`
Wed, 13 Oct 2021 16:21:39 +0200 Simon Sapin status: Extract TruncatedTimestamp from fs::Metadata without SystemTime
Tue, 12 Oct 2021 16:38:13 +0200 Simon Sapin dirstate-v2: Truncate directory mtimes to 31 bits of seconds
Tue, 12 Oct 2021 16:20:05 +0200 Simon Sapin dirstate-v2: Separate Rust structs for Timestamp and PackedTimestamp
Tue, 12 Oct 2021 15:29:05 +0200 Simon Sapin dirstate-v2: Only convert from SystemTime to Timestamp and not back
Mon, 20 Sep 2021 20:55:38 +0200 Simon Sapin rust: Remove EntryState::Unknown
Fri, 17 Sep 2021 13:33:45 +0200 Simon Sapin rust: Make the fields of DirstateEntry private