log

age author description
Sun, 04 Jul 2021 01:57:28 +0200 Pierre-Yves David dirstate: infer the 'n' state from `possibly_dirty`
Sun, 04 Jul 2021 01:48:11 +0200 Pierre-Yves David dirstate: use a `merged` parameter to _addpath
Sun, 04 Jul 2021 01:44:43 +0200 Pierre-Yves David dirstate-entry: add a `added` property
Sun, 04 Jul 2021 01:42:10 +0200 Pierre-Yves David dirstate: use a `added` parameter to _addpath
Sat, 03 Jul 2021 20:59:26 +0200 Pierre-Yves David dirstate: no longer pass the `oldstate` value to the dirstatemap
Sat, 03 Jul 2021 20:57:44 +0200 Pierre-Yves David dirstate: stop using `oldstate` in `dirstate._addpath`
Sat, 03 Jul 2021 20:53:52 +0200 Pierre-Yves David dirstate: drop the now unused magic constants for the dirstate module
Sun, 04 Jul 2021 20:23:19 +0200 Pierre-Yves David dirstate: move the handling of special case within the dirstatemap
Sun, 04 Jul 2021 20:41:27 +0200 Pierre-Yves David rust: bump rust-cpython version for 0.6.0
Sun, 04 Jul 2021 20:40:10 +0200 Pierre-Yves David rust-dirstate: make the MTIME_UNSET public
Sun, 04 Jul 2021 19:42:03 +0200 Pierre-Yves David rust-dirstatemap: expand the wrapping code a bit
Sun, 04 Jul 2021 01:14:15 +0200 Pierre-Yves David dirstate-entry: restrict `from_p2` property to tracked file
Sat, 03 Jul 2021 20:34:09 +0200 Pierre-Yves David dirstate-entry: `merged_removed` and `from_p2_removed` properties
Sat, 03 Jul 2021 04:18:54 +0200 Pierre-Yves David dirstate-entry: add a `removed` property
Sat, 03 Jul 2021 04:26:28 +0200 Pierre-Yves David dirstate-entry: add a `from_p2` property
Sat, 03 Jul 2021 04:07:21 +0200 Pierre-Yves David dirstate-entry: add a `merged` property
Sun, 04 Jul 2021 03:29:20 +0200 Pierre-Yves David dirstate-entry: add a `state` property (and use it)
Sat, 03 Jul 2021 19:52:00 +0200 Pierre-Yves David dirstate: move most of the `remove` logic with dirstatemap `removefile`
Sat, 03 Jul 2021 20:12:46 +0200 Pierre-Yves David dirstate: add a `in_merge` property
Sat, 03 Jul 2021 04:01:17 +0200 Pierre-Yves David dirstate-entry: introduce dedicated accessors for v1 serialization
Sat, 03 Jul 2021 03:55:23 +0200 Pierre-Yves David dirstate-entry: goes through the `dirstatetuple` constructor in all cases
Sat, 03 Jul 2021 03:48:35 +0200 Pierre-Yves David dirstate-entry: turn dirstate tuple into a real object (like in C)
Fri, 09 Jul 2021 00:25:14 +0530 Pulkit Goyal Added signature for changeset 411dc27fd9fd stable
Fri, 09 Jul 2021 00:25:07 +0530 Pulkit Goyal Added tag 5.8.1 for changeset 411dc27fd9fd stable
Tue, 06 Jul 2021 16:12:09 +0200 Pierre-Yves David corruption: backout changeset 49fd21f32695 (issue6528) stable 5.8.1
Tue, 06 Jul 2021 19:22:50 +0200 Pierre-Yves David corruption: add a test for issue6528 stable
Thu, 24 Jun 2021 03:22:03 +0200 Pierre-Yves David stream: double check that self.vfs is *not* in the vfsmap stable
Fri, 02 Jul 2021 02:27:48 +0200 Pierre-Yves David dirstate: split dirstatemap in its own file
Fri, 02 Jul 2021 23:09:44 +0200 Pierre-Yves David run-tests: stop writing a `python3` symlink pointing to python2
Tue, 06 Jul 2021 12:42:32 +0200 Pierre-Yves David check-code: stop forbidding return code result