log

age author description
Thu, 30 Sep 2021 12:00:15 +0200 Pierre-Yves David dirstate: move verification code within the dirstate itself
Wed, 29 Sep 2021 14:52:44 +0200 Pierre-Yves David dirstate-entry: use `?` for the state of entry without any tracking
Wed, 29 Sep 2021 14:51:31 +0200 Pierre-Yves David dirstate-item: introduce a `any_tracked` property
Wed, 29 Sep 2021 14:41:19 +0200 Pierre-Yves David dirstate-item: introduce a `maybe_clean` property
Wed, 29 Sep 2021 02:37:24 +0200 Pierre-Yves David dirstate: add a `get_entry` method to the dirstate
Thu, 30 Sep 2021 18:06:34 +0200 Simon Sapin dirstate-item: Make constructor parameters optional
Fri, 01 Oct 2021 08:44:56 -0700 Martin von Zweigbergk hg-core: silence dead-code warning by adding RevlogEntry::revion() accessor
Fri, 01 Oct 2021 18:14:56 +0200 Raphaël Gomès rust: remove dead code
Tue, 05 Oct 2021 21:17:31 +0530 Pulkit Goyal Added signature for changeset 750920b18aaa stable
Tue, 05 Oct 2021 21:17:23 +0530 Pulkit Goyal Added tag 5.9.2 for changeset 750920b18aaa stable
Sat, 11 Sep 2021 00:09:29 +0200 Raphaël Gomès rust-revset: support explicit `.` revision
Sat, 11 Sep 2021 00:05:08 +0200 Raphaël Gomès rust-revset: add separate match logic for shortcuts
Mon, 13 Sep 2021 15:12:35 +0200 Raphaël Gomès rhg: fall back if subrepos are detected
Wed, 01 Sep 2021 18:09:35 +0200 Raphaël Gomès rhg: fallback if `defaults` config is set for the current command
Wed, 01 Sep 2021 17:41:51 +0200 Raphaël Gomès rhg: fallback if the current command has any generic hook defined
Wed, 01 Sep 2021 17:41:08 +0200 Raphaël Gomès rhg-cat: fallback in presence of a fileset
Wed, 01 Sep 2021 17:40:25 +0200 Raphaël Gomès rhg-cat: fallback when detecting `.` or `..` path segments
Wed, 01 Sep 2021 16:13:25 +0200 Raphaël Gomès rhg: add support for calling `rhg cat` without a revision
Thu, 30 Sep 2021 17:34:28 +0200 Raphaël Gomès branching: merge with stable
Tue, 28 Sep 2021 13:26:08 +0200 Raphaël Gomès windows-ci: temporarily allow Windows jobs to fail stable 5.9.2
Mon, 27 Sep 2021 13:52:49 +0200 Simon Sapin dirstate: Remove the Rust abstraction DirstateMapMethods
Mon, 27 Sep 2021 12:09:15 +0200 Simon Sapin dirstate: Remove the flat Rust DirstateMap implementation
Tue, 28 Sep 2021 20:00:19 +0200 Pierre-Yves David dirstate: drop the from_p2_removed method
Tue, 28 Sep 2021 19:29:44 +0200 Pierre-Yves David dirstate: inline the `from_p2_removed` logic
Tue, 28 Sep 2021 19:15:46 +0200 Pierre-Yves David dirstate: drop the merged_removed method
Tue, 28 Sep 2021 19:12:44 +0200 Pierre-Yves David dirstate: inline the merged_removed logic
Tue, 28 Sep 2021 18:57:20 +0200 Pierre-Yves David dirstate: drop some safety assert in largefile
Tue, 28 Sep 2021 18:29:57 +0200 Pierre-Yves David dirstate: drop unused condition in `from_p2`
Tue, 28 Sep 2021 20:05:37 +0200 Pierre-Yves David dirstate: drop all logic around the "non-normal" sets
Wed, 22 Sep 2021 17:46:29 +0200 Pierre-Yves David dirstate: use a new `drop_merge_data` in `setparent`