log rust/hg-core/src/repo.rs @ 50658:1e2c6cda2309 stable

age author description
Mon, 05 Jun 2023 16:30:25 +0200 Raphaël Gomès rust-dirstate: rename `has_dirstate_v2` to `use_dirstate_v2` stable
Thu, 02 Mar 2023 19:02:52 +0100 Pierre-Yves David branching: merge stable into default
Wed, 01 Mar 2023 16:48:09 +0100 Raphaël Gomès rhg: remember the inode of .hg/dirstate stable
Tue, 28 Feb 2023 17:58:15 +0100 Raphaël Gomès rust-dirstate-v2: don't write dirstate if data file has changed stable
Mon, 12 Dec 2022 17:08:12 +0100 Raphaël Gomès rust-dirstate: remember the data file uuid dirstate was loaded with stable
Tue, 28 Feb 2023 19:36:46 +0100 Pierre-Yves David dirstate: deal with read-race for pure rust code path (rhg) stable
Tue, 13 Dec 2022 14:51:36 +0100 Raphaël Gomès dirstate: add a synchronisation point in the middle of the read stable
Sat, 25 Feb 2023 01:07:44 +0100 Pierre-Yves David dirstate: add a synchronisation point before doing a full dirstate read stable
Tue, 28 Feb 2023 12:15:19 +0100 Raphaël Gomès rust-repo: move dirstate-v2 opening to a separate method stable
Tue, 28 Feb 2023 15:49:53 +0100 Raphaël Gomès dirstate-v2: add devel config option to control write behavior stable
Fri, 24 Feb 2023 18:21:54 +0100 Pierre-Yves David dirstate: use more than a bool to control append behavior stable
Tue, 10 Jan 2023 11:20:54 +0100 Raphaël Gomès rust-clippy: merge "revlog" module definition and struct implementation
Mon, 09 Jan 2023 19:18:43 +0100 Raphaël Gomès rust-clippy: fix most warnings in `hg-core`
Tue, 28 Feb 2023 00:04:32 +0100 Raphaël Gomès dirstate: add some debug output when writing the dirstate stable
Mon, 28 Nov 2022 12:33:20 +0100 Raphaël Gomès dirstate-v2: don't mmap the data file when on NFS stable
Wed, 25 May 2022 13:28:24 +0200 Raphaël Gomès branching: merge stable into default
Thu, 19 May 2022 12:23:38 +0100 Arseniy Alekseyev rhg: align the dirstate v2 writing algorithm with python stable
Thu, 21 Apr 2022 10:39:52 -0700 Martin von Zweigbergk rust-repo: make `Send` by not storing functions in `LazyCell`
Wed, 04 May 2022 18:17:44 +0200 Raphaël Gomès branching: merge stable into default
Mon, 25 Apr 2022 16:45:03 +0200 Raphaël Gomès rhg: fix dirstate-v2 data file removal system stable
Mon, 25 Apr 2022 11:09:33 +0200 Raphaël Gomès branching: merge stable into default
Thu, 21 Apr 2022 15:10:57 +0200 Raphaël Gomès rust-dirstate-v2: clean up previous data file after the docket is written stable
Thu, 21 Apr 2022 14:47:13 +0200 Raphaël Gomès rust-dirstate-v2: save proper data size if no new data on append stable
Tue, 12 Apr 2022 17:26:23 +0200 Raphaël Gomès rust: use `entry.tracked()` directly
Fri, 15 Apr 2022 09:39:27 -0700 Martin von Zweigbergk rust-repo: extract a function for checking nodemap requirement
Fri, 15 Apr 2022 09:37:13 -0700 Martin von Zweigbergk rust-revlog: make `Changelog` and `ManifestLog` unaware of `Repo`
Tue, 05 Apr 2022 11:09:03 +0200 Raphaël Gomès merge: stable into default
Tue, 05 Apr 2022 10:55:28 +0200 Raphaël Gomès rust: fix unsound `OwningDirstateMap` stable
Mon, 21 Feb 2022 19:51:23 +0000 Arseniy Alekseyev rhg: simplify the handling of share-safe config mismatch
Tue, 09 Nov 2021 18:17:52 +0100 Simon Sapin rhg: Sub-repositories are not supported