log

age author description
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
Fri, 02 Jul 2021 22:58:04 +0200 Pierre-Yves David run-tests: avoid an early return
Fri, 02 Jul 2021 22:53:17 +0200 Pierre-Yves David run-tests: clarify pyexename assignement
Fri, 02 Jul 2021 22:50:43 +0200 Pierre-Yves David run-tests: factor appdata out
Fri, 02 Jul 2021 22:48:47 +0200 Pierre-Yves David run-tests: unroll a non-so-one-liner
Fri, 02 Jul 2021 22:48:35 +0200 Pierre-Yves David run-tests: unroll a non-so-one-liner
Fri, 02 Jul 2021 20:18:42 +0200 Pierre-Yves David testing: fix _timeout_factor
Sat, 03 Jul 2021 10:21:16 +0300 Anton Shestakov exchange: use "served" repo filter to guess what the server will publish
Thu, 01 Jul 2021 18:51:18 +0200 Simon Sapin rust: Document the DirstateMapMethods trait
Fri, 02 Jul 2021 02:36:07 +0200 Pierre-Yves David dirstate: document the dirstatetuple content
Fri, 02 Jul 2021 02:17:31 +0200 Pierre-Yves David dirstate: explicitely deal with the `added` case in `_addpath`
Fri, 02 Jul 2021 02:17:18 +0200 Pierre-Yves David dirstate: add an explicit `possibly_dirty` parameter to `_addpath`
Fri, 02 Jul 2021 02:01:10 +0200 Pierre-Yves David dirstate: add an explicit `from_p2` parameter to `_addpath`