rust/hg-core/src/dirstate/entry.rs
Wed, 24 Nov 2021 04:40:00 +0100 Pierre-Yves David dirstate-item: add a "second_ambiguous` flag in the mtime tuple
Fri, 19 Nov 2021 03:04:42 +0100 Pierre-Yves David dirstate: remove need_delay logic
Tue, 23 Nov 2021 20:04:22 +0100 Simon Sapin rhg: Fix status desambiguation of symlinks and executable files
Wed, 13 Oct 2021 15:58:14 +0200 Simon Sapin dirstate-v2: actually use sub-second mtime precision
Thu, 14 Oct 2021 13:54:39 +0200 Simon Sapin dirstate: ignore sub-second component when either is zero in mtime
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Tue, 19 Oct 2021 21:03:13 +0200 Simon Sapin rust: remove now-unused DirstateEntry::clear_ambiguous_mtime method
Tue, 19 Oct 2021 22:14:48 +0200 Pierre-Yves David dirstate: align Rust function name to `need_delay`
Mon, 18 Oct 2021 19:02:40 +0200 Simon Sapin dirstate: rename a `very_likely_equal` method to `likely_equal`
Mon, 18 Oct 2021 10:56:54 +0200 Pierre-Yves David dirstate-v2: preserve the fallback values on disk
Mon, 18 Oct 2021 20:02:05 +0200 Pierre-Yves David dirstate: make DirstateItem constructor accept fallback value
Mon, 18 Oct 2021 20:02:15 +0200 Pierre-Yves David dirstate: add a concept of "fallback" flags to dirstate item
Wed, 13 Oct 2021 16:21:39 +0200 Simon Sapin status: Extract TruncatedTimestamp from fs::Metadata without SystemTime
Mon, 11 Oct 2021 18:37:21 +0200 Simon Sapin dirstate-v2: Store unsigned integers inside DirstateEntry
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
Fri, 01 Oct 2021 09:29:50 +0200 Pierre-Yves David dirstate-item: drop the legacy new_normal constructor
Fri, 01 Oct 2021 09:29:32 +0200 Pierre-Yves David dirstate-item: replace call to new_normal
Fri, 01 Oct 2021 09:25:13 +0200 Pierre-Yves David dirstate-item: drop the legacy new_possibly_dirty constructor
Fri, 01 Oct 2021 09:24:48 +0200 Pierre-Yves David dirstate-item: replace call to new_possibly_dirty
Fri, 01 Oct 2021 09:23:28 +0200 Pierre-Yves David dirstate-item: drop the legacy new_from_p2 constructor
Fri, 01 Oct 2021 09:21:52 +0200 Pierre-Yves David dirstate-item: replace call to new_from_p2
Fri, 01 Oct 2021 09:16:53 +0200 Pierre-Yves David dirstate-item: drop the legacy new_added constructor
Fri, 01 Oct 2021 09:15:03 +0200 Pierre-Yves David dirstate-item: replace call to new_added
Fri, 01 Oct 2021 09:14:10 +0200 Pierre-Yves David dirstate-item: drop the legacy new_merged constructor
Fri, 01 Oct 2021 09:12:52 +0200 Pierre-Yves David dirstate-item: replace call to new_merged
Fri, 01 Oct 2021 03:30:00 +0200 Pierre-Yves David dirstate-item: drop the `merged` property
Fri, 01 Oct 2021 03:29:33 +0200 Pierre-Yves David dirstate-item: replace another usage of `merged`
Fri, 01 Oct 2021 03:26:12 +0200 Pierre-Yves David dirstate-item: drop the `from_p2` property
Fri, 01 Oct 2021 03:24:57 +0200 Pierre-Yves David dirstate-item: directly use `p2_info` in `v1_size`
less more (0) -30 tip