rust/hg-core/src/dirstate/status.rs
Mon, 25 Oct 2021 11:36:22 +0200 Pierre-Yves David dirstate: remove `lastnormaltime` mechanism
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Mon, 27 Sep 2021 12:09:15 +0200 Simon Sapin dirstate: Remove the flat Rust DirstateMap implementation
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
Wed, 02 Jun 2021 11:25:18 +0200 Simon Sapin dirstate-v2: Store a hash of ignore patterns (.hgignore)
Mon, 31 May 2021 18:35:44 +0200 Simon Sapin dirstate-v2: Write .hg/dirstate back to disk on directory cache changes
Fri, 28 May 2021 20:07:27 +0200 Simon Sapin dirstate-tree: Change status() results to not borrow DirstateMap
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Make more APIs fallible, returning Result
Fri, 28 May 2021 17:33:20 -0400 Matt Harbison merge with stable
Tue, 04 May 2021 10:46:50 +0200 Raphaël Gomès rust-status: fix ignore and include not composing (issue6514) stable
Fri, 16 Apr 2021 12:12:41 +0200 Simon Sapin dirstate-tree: Add the new `status()` algorithm
Fri, 16 Apr 2021 12:12:04 +0200 Simon Sapin dirstate-tree: Give to `status()` mutable access to the `DirstateMap`
Tue, 06 Apr 2021 15:49:01 +0200 Simon Sapin rust: Add doc-comments to DirstateStatus fields
Tue, 06 Apr 2021 15:14:19 +0200 Simon Sapin rust: Move "lookup" a.k.a. "unsure" paths into `DirstateStatus` struct
Tue, 30 Mar 2021 14:15:23 +0200 Simon Sapin dirstate-tree: Make Rust DirstateMap bindings go through a trait object
Thu, 08 Apr 2021 21:46:54 +0200 Simon Sapin rust: Remove the compile-time 'dirstate-tree' feature flag
Mon, 15 Mar 2021 13:05:00 +0100 Raphaël Gomès rust-status: fix issue6456 for the Rust implementation also
Thu, 11 Feb 2021 20:36:46 -0800 Martin von Zweigbergk branching: merge with stable
Wed, 10 Feb 2021 21:46:29 +0100 Raphaël Gomès rust-status: honor matcher when using the dirstate-only fast-path (issue6483) stable
Thu, 28 Jan 2021 19:21:57 +0100 Simon Sapin rust: replace ToString impls with Display
Tue, 26 Jan 2021 20:05:37 +0100 Simon Sapin rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Mon, 30 Nov 2020 17:13:07 +0100 Simon Sapin rust: use crossbeam-channel crate directly
Mon, 16 Nov 2020 16:38:57 +0100 Raphaël Gomès rust-status: don't bubble up os errors, translate them to bad matches
Thu, 01 Oct 2020 09:49:33 +0200 Raphaël Gomès rust: leverage improved match ergonomics
Wed, 30 Sep 2020 18:10:29 +0200 Raphaël Gomès rust: start plugging the dirstate tree behind a feature gate
Wed, 29 Jul 2020 10:08:09 +0200 Antoine Cezar hg-core: remove the `Operation` trait
Wed, 24 Jun 2020 17:53:44 +0200 Raphaël Gomès hg-core: define a `dirstate_status` `Operation`
Wed, 24 Jun 2020 17:20:39 +0200 Raphaël Gomès rust-status: improve documentation and readability
Wed, 24 Jun 2020 16:12:45 +0200 Raphaël Gomès rust-status: refactor status into a struct
less more (0) -50 -30 tip