log mercurial/dirstate.py @ 47483:4ac418b4a6af

age author description
Thu, 01 Jul 2021 19:15:22 +0200 Pierre-Yves David dirstate: introduce a symbolic constant for the NONNORMAL marker
Thu, 01 Jul 2021 19:04:11 +0200 Pierre-Yves David dirstate: introduce a symbolic constant for the FROM_P2 marker
Thu, 01 Jul 2021 18:59:29 +0200 Pierre-Yves David dirstate: split a not-so-one-liner
Thu, 01 Jul 2021 18:57:35 +0200 Pierre-Yves David dirstate: split a not-so-one-liner
Thu, 01 Jul 2021 18:56:34 +0200 Pierre-Yves David dirstate: split a not-so-one-liner
Mon, 28 Jun 2021 15:52:10 +0200 Simon Sapin dirstate: Removed unused instances of `DirsMultiset`
Mon, 31 May 2021 19:54:41 +0200 Simon Sapin dirstate-v2: Add --dirs to debugdirstate command
Mon, 31 May 2021 18:35:44 +0200 Simon Sapin dirstate-v2: Write .hg/dirstate back to disk on directory cache changes
Wed, 19 May 2021 18:35:43 +0200 Simon Sapin dirstate-v2: Add `hg debugupgraderepo` command support
Wed, 19 May 2021 13:15:00 +0200 Simon Sapin dirstate-v2: Change the on-disk format when the requirement is enabled
Wed, 19 May 2021 13:14:59 +0200 Simon Sapin dirstate-v2: Add a new experimental `exp-dirstate-v2` repository requirement
Fri, 30 Apr 2021 18:13:31 +0200 Simon Sapin rust: Read dirstate from disk in DirstateMap constructor
Fri, 30 Apr 2021 15:40:11 +0200 Simon Sapin rust: Remove handling of `parents` in `DirstateMap`
Tue, 30 Mar 2021 09:56:04 +0200 Simon Sapin dirstate-tree: Empty shell for a second Rust DirstateMap implementation
Thu, 08 Apr 2021 14:58:44 +0200 Simon Sapin dirstate-tree: Abstract "non-normal" and "other parent" sets
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Wed, 17 Mar 2021 12:06:49 +0100 Raphaël Gomès formatting: fix redundant parentheses stable
Wed, 10 Mar 2021 15:24:52 +1000 Corey Schuhen enclink: check contents of symlinks not just size in case of fcrypt stable
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 30 Jul 2020 16:13:17 +0200 Joerg Sonnenberger dirstate: restore original estimation and update comment
Thu, 30 Jul 2020 01:10:10 +0200 Joerg Sonnenberger dirstate: revert change to Rust binding
Sat, 25 Jul 2020 04:29:17 +0200 Joerg Sonnenberger dirstate: isolate node len dependency for the pure version
Tue, 26 May 2020 08:07:24 -0700 Martin von Zweigbergk merge with stable
Tue, 12 May 2020 11:39:50 +0200 Raphaël Gomès status: also support for `traversedir` callback in the Rust fast-path
Tue, 12 May 2020 10:03:51 +0200 Raphaël Gomès status: update comment to reflect the more recent situation
Mon, 11 May 2020 13:08:02 +0200 Pierre-Yves David dirstate: make sure the dirstate is loaded before the changelog (issue6303) stable
Mon, 11 May 2020 16:44:11 +0200 Raphaël Gomès rust-dirstatemap: don't read the dirstate when requesting parents stable