Fri, 08 Apr 2022 16:03:39 +0200 |
Raphaël Gomès |
rust-dirstatemap: add `clear_cached_mtime` helper method
|
file |
diff |
annotate
|
Tue, 05 Apr 2022 10:55:28 +0200 |
Raphaël Gomès |
rust: fix unsound `OwningDirstateMap`
stable
|
file |
diff |
annotate
|
Fri, 18 Mar 2022 16:15:44 +0100 |
Raphaël Gomès |
rust-status: cap the number of concurrent threads to 16
stable
|
file |
diff |
annotate
|
Fri, 18 Feb 2022 11:37:08 +0100 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Thu, 17 Feb 2022 20:50:04 +0000 |
Arseniy Alekseyev |
status: fix hg status race against file deletion
stable 6.0.3
|
file |
diff |
annotate
|
Fri, 21 Jan 2022 17:54:03 +0100 |
Simon Sapin |
status: prefer relative paths in Rust code
|
file |
diff |
annotate
|
Fri, 17 Dec 2021 14:15:08 +0100 |
Simon Sapin |
dirstate-v2: Apply SECOND_AMBIGUOUS to directory mtimes too
|
file |
diff |
annotate
|
Fri, 10 Dec 2021 16:18:58 +0100 |
Simon Sapin |
rhg: Add support for `rhg status --copies`
|
file |
diff |
annotate
|
Thu, 25 Nov 2021 18:33:51 +0100 |
Simon Sapin |
rhg: Update the dirstate on disk after status
|
file |
diff |
annotate
|
Mon, 25 Oct 2021 11:36:22 +0200 |
Pierre-Yves David |
dirstate: remove `lastnormaltime` mechanism
|
file |
diff |
annotate
|
Wed, 13 Oct 2021 15:58:14 +0200 |
Simon Sapin |
dirstate-v2: actually use sub-second mtime precision
|
file |
diff |
annotate
|
Mon, 18 Oct 2021 11:23:07 +0200 |
Simon Sapin |
dirstate: store mtimes with nanosecond precision in memory
|
file |
diff |
annotate
|
Mon, 18 Oct 2021 19:02:40 +0200 |
Simon Sapin |
dirstate: rename a `very_likely_equal` method to `likely_equal`
|
file |
diff |
annotate
|
Wed, 13 Oct 2021 16:21:39 +0200 |
Simon Sapin |
status: Extract TruncatedTimestamp from fs::Metadata without SystemTime
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 16:38:13 +0200 |
Simon Sapin |
dirstate-v2: Truncate directory mtimes to 31 bits of seconds
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 16:20:05 +0200 |
Simon Sapin |
dirstate-v2: Separate Rust structs for Timestamp and PackedTimestamp
|
file |
diff |
annotate
|
Tue, 12 Oct 2021 15:29:05 +0200 |
Simon Sapin |
dirstate-v2: Only convert from SystemTime to Timestamp and not back
|
file |
diff |
annotate
|
Mon, 20 Sep 2021 20:55:38 +0200 |
Simon Sapin |
rust: Remove EntryState::Unknown
|
file |
diff |
annotate
|
Fri, 17 Sep 2021 13:33:45 +0200 |
Simon Sapin |
rust: Make the fields of DirstateEntry private
|
file |
diff |
annotate
|
Thu, 24 Jun 2021 21:54:14 +0200 |
Simon Sapin |
status: Extend read_dir caching to directories with ignored files
|
file |
diff |
annotate
|
Fri, 04 Jun 2021 15:26:38 +0200 |
Simon Sapin |
dirstate-v2: Drop cached read_dir results after .hgignore changes
|
file |
diff |
annotate
|
Wed, 02 Jun 2021 11:25:18 +0200 |
Simon Sapin |
dirstate-v2: Store a hash of ignore patterns (.hgignore)
|
file |
diff |
annotate
|
Mon, 31 May 2021 18:35:44 +0200 |
Simon Sapin |
dirstate-v2: Write .hg/dirstate back to disk on directory cache changes
|
file |
diff |
annotate
|
Fri, 28 May 2021 11:48:59 +0200 |
Simon Sapin |
dirstate-v2: Skip readdir in status based on directory mtime
|
file |
diff |
annotate
|
Fri, 28 May 2021 20:07:27 +0200 |
Simon Sapin |
dirstate-tree: Change status() results to not borrow DirstateMap
|
file |
diff |
annotate
|
Fri, 28 May 2021 12:16:14 +0200 |
Simon Sapin |
dirstate-tree: Fix status algorithm with unreadable directory
|
file |
diff |
annotate
|
Wed, 19 May 2021 16:18:16 +0200 |
Simon Sapin |
dirstate-tree: Skip readdir() in `hg status -mard`
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Make the dirstate bytes buffer available in more places
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Make more APIs fallible, returning Result
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-tree: Add `NodeRef` and `ChildNodesRef` enums
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serialization
|
file |
diff |
annotate
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-tree: Extract into a method sorting children of a given node
|
file |
diff |
annotate
|
Thu, 29 Apr 2021 11:32:57 +0200 |
Simon Sapin |
dirstate-tree: Use HashMap instead of BTreeMap
|
file |
diff |
annotate
|
Tue, 27 Apr 2021 17:49:38 +0200 |
Simon Sapin |
dirstate-tree: Add #[timed] attribute to `status` and `DirstateMap::read`
|
file |
diff |
annotate
|
Tue, 27 Apr 2021 14:20:48 +0200 |
Simon Sapin |
dirstate-tree: Paralellize the status algorithm with Rayon
|
file |
diff |
annotate
|
Mon, 26 Apr 2021 19:28:56 +0200 |
Simon Sapin |
dirstate-tree: Handle I/O errors in status
|
file |
diff |
annotate
|
Mon, 26 Apr 2021 19:16:23 +0200 |
Simon Sapin |
dirstate-tree: Ignore FIFOs etc. in the status algorithm
|
file |
diff |
annotate
|
Fri, 16 Apr 2021 12:12:41 +0200 |
Simon Sapin |
dirstate-tree: Add the new `status()` algorithm
|
file |
diff |
annotate
|
Fri, 16 Apr 2021 12:12:04 +0200 |
Simon Sapin |
dirstate-tree: Give to `status()` mutable access to the `DirstateMap`
|
file |
diff |
annotate
|