Thu, 26 Sep 2024 14:26:24 +0200 |
Raphaël Gomès |
rust: don't star export from the `revlog` module
|
file |
diff |
annotate
|
Mon, 29 Jul 2024 20:47:43 +0200 |
Raphaël Gomès |
hg-core: add a complete VFS
|
file |
diff |
annotate
|
Wed, 25 Sep 2024 18:24:15 +0200 |
Raphaël Gomès |
rust-revlog: introduce an `options` module
|
file |
diff |
annotate
|
Thu, 03 Oct 2024 16:35:31 +0200 |
Raphaël Gomès |
rust-dirstate-map: use a more precise identity
|
file |
diff |
annotate
|
Wed, 02 Oct 2024 18:31:32 +0200 |
Raphaël Gomès |
rust-dirstate: pass dirstate tracked key from the requirements
|
file |
diff |
annotate
|
Wed, 02 Oct 2024 13:36:51 +0200 |
Raphaël Gomès |
rust-repo: don't use on-disk dirstate parents in v1
|
file |
diff |
annotate
|
Tue, 01 Oct 2024 13:45:18 +0200 |
Raphaël Gomès |
rust-cpython: add a util to get a `Repo` from a python path
|
file |
diff |
annotate
|
Mon, 30 Sep 2024 17:46:52 +0200 |
Raphaël Gomès |
rust-repo: add a method to set the current parents
|
file |
diff |
annotate
|
Mon, 30 Sep 2024 17:46:24 +0200 |
Raphaël Gomès |
rust-repo: add a method to get a `Node` from a `Revision` to the `Repo`
|
file |
diff |
annotate
|
Mon, 30 Sep 2024 17:43:51 +0200 |
Raphaël Gomès |
rust-dirstate: actually remember the identity
|
file |
diff |
annotate
|
Wed, 19 Jun 2024 14:49:35 +0200 |
Raphaël Gomès |
rust: add Vfs trait
|
file |
diff |
annotate
|
Wed, 19 Jun 2024 12:49:26 +0200 |
Raphaël Gomès |
rust: use new revlog configs in all revlog opening code
|
file |
diff |
annotate
|
Mon, 18 Sep 2023 17:11:11 +0200 |
Raphaël Gomès |
rust-revlog: teach the revlog opening code to read the repo options
|
file |
diff |
annotate
|
Mon, 06 Nov 2023 11:06:08 +0100 |
Raphaël Gomès |
rust: run a clippy pass with the latest stable version
|
file |
diff |
annotate
|
Thu, 10 Aug 2023 11:00:34 +0200 |
Raphaël Gomès |
rust: use the new `UncheckedRevision` everywhere applicable
|
file |
diff |
annotate
|
Mon, 05 Jun 2023 16:43:27 +0200 |
Raphaël Gomès |
rust-dirstate: fall back to v1 if reading v2 failed
stable
|
file |
diff |
annotate
|
Mon, 05 Jun 2023 16:30:25 +0200 |
Raphaël Gomès |
rust-dirstate: rename `has_dirstate_v2` to `use_dirstate_v2`
stable
|
file |
diff |
annotate
|
Thu, 02 Mar 2023 19:02:52 +0100 |
Pierre-Yves David |
branching: merge stable into default
|
file |
diff |
annotate
|
Wed, 01 Mar 2023 16:48:09 +0100 |
Raphaël Gomès |
rhg: remember the inode of .hg/dirstate
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 12 Dec 2022 17:08:12 +0100 |
Raphaël Gomès |
rust-dirstate: remember the data file uuid dirstate was loaded with
stable
|
file |
diff |
annotate
|
Tue, 28 Feb 2023 19:36:46 +0100 |
Pierre-Yves David |
dirstate: deal with read-race for pure rust code path (rhg)
stable
|
file |
diff |
annotate
|
Tue, 13 Dec 2022 14:51:36 +0100 |
Raphaël Gomès |
dirstate: add a synchronisation point in the middle of the read
stable
|
file |
diff |
annotate
|
Sat, 25 Feb 2023 01:07:44 +0100 |
Pierre-Yves David |
dirstate: add a synchronisation point before doing a full dirstate read
stable
|
file |
diff |
annotate
|
Tue, 28 Feb 2023 12:15:19 +0100 |
Raphaël Gomès |
rust-repo: move dirstate-v2 opening to a separate method
stable
|
file |
diff |
annotate
|
Tue, 28 Feb 2023 15:49:53 +0100 |
Raphaël Gomès |
dirstate-v2: add devel config option to control write behavior
stable
|
file |
diff |
annotate
|
Fri, 24 Feb 2023 18:21:54 +0100 |
Pierre-Yves David |
dirstate: use more than a bool to control append behavior
stable
|
file |
diff |
annotate
|
Tue, 10 Jan 2023 11:20:54 +0100 |
Raphaël Gomès |
rust-clippy: merge "revlog" module definition and struct implementation
|
file |
diff |
annotate
|
Mon, 09 Jan 2023 19:18:43 +0100 |
Raphaël Gomès |
rust-clippy: fix most warnings in `hg-core`
|
file |
diff |
annotate
|
Tue, 28 Feb 2023 00:04:32 +0100 |
Raphaël Gomès |
dirstate: add some debug output when writing the dirstate
stable
|
file |
diff |
annotate
|
Mon, 28 Nov 2022 12:33:20 +0100 |
Raphaël Gomès |
dirstate-v2: don't mmap the data file when on NFS
stable
|
file |
diff |
annotate
|
Wed, 25 May 2022 13:28:24 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Thu, 19 May 2022 12:23:38 +0100 |
Arseniy Alekseyev |
rhg: align the dirstate v2 writing algorithm with python
stable
|
file |
diff |
annotate
|
Thu, 21 Apr 2022 10:39:52 -0700 |
Martin von Zweigbergk |
rust-repo: make `Send` by not storing functions in `LazyCell`
|
file |
diff |
annotate
|
Wed, 04 May 2022 18:17:44 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
Mon, 25 Apr 2022 16:45:03 +0200 |
Raphaël Gomès |
rhg: fix dirstate-v2 data file removal system
stable
|
file |
diff |
annotate
|
Mon, 25 Apr 2022 11:09:33 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 12 Apr 2022 17:26:23 +0200 |
Raphaël Gomès |
rust: use `entry.tracked()` directly
|
file |
diff |
annotate
|
Fri, 15 Apr 2022 09:39:27 -0700 |
Martin von Zweigbergk |
rust-repo: extract a function for checking nodemap requirement
|
file |
diff |
annotate
|
Fri, 15 Apr 2022 09:37:13 -0700 |
Martin von Zweigbergk |
rust-revlog: make `Changelog` and `ManifestLog` unaware of `Repo`
|
file |
diff |
annotate
|
Tue, 05 Apr 2022 11:09:03 +0200 |
Raphaël Gomès |
merge: stable into default
|
file |
diff |
annotate
|
Tue, 05 Apr 2022 10:55:28 +0200 |
Raphaël Gomès |
rust: fix unsound `OwningDirstateMap`
stable
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 19:51:23 +0000 |
Arseniy Alekseyev |
rhg: simplify the handling of share-safe config mismatch
|
file |
diff |
annotate
|
Tue, 09 Nov 2021 18:17:52 +0100 |
Simon Sapin |
rhg: Sub-repositories are not supported
|
file |
diff |
annotate
|
Thu, 02 Dec 2021 15:10:03 +0100 |
Simon Sapin |
rhg: Add Repo::write_dirstate
|
file |
diff |
annotate
|
Thu, 02 Dec 2021 12:05:36 +0100 |
Simon Sapin |
rhg: Add lazy/cached dirstate data file ID parsing on Repo
|
file |
diff |
annotate
|
Mon, 29 Nov 2021 19:00:11 +0100 |
Simon Sapin |
rhg: Make Repo::dirstate_parents a LazyCell
|
file |
diff |
annotate
|
Mon, 22 Mar 2021 09:07:10 +0100 |
Simon Sapin |
rhg: Initial repository locking
|
file |
diff |
annotate
|
Tue, 16 Nov 2021 11:53:58 +0000 |
Arseniy Alekseyev |
rhg: add support for narrow clones and sparse checkouts
|
file |
diff |
annotate
|
Mon, 27 Sep 2021 13:52:49 +0200 |
Simon Sapin |
dirstate: Remove the Rust abstraction DirstateMapMethods
|
file |
diff |
annotate
|
Fri, 17 Sep 2021 08:57:12 +0200 |
Simon Sapin |
rust: Update the memmap2 crate to version 0.4.0
|
file |
diff |
annotate
|
Tue, 14 Sep 2021 18:25:51 +0200 |
Simon Sapin |
rust: Rename get_node methods to data_for_node, get_rev to data_for_rev
|
file |
diff |
annotate
|
Mon, 13 Sep 2021 18:09:10 +0200 |
Simon Sapin |
rhg: Reuse manifest when checking status of multiple ambiguous files
|
file |
diff |
annotate
|
Mon, 13 Sep 2021 18:02:45 +0200 |
Simon Sapin |
rust: Return HgError instead of RevlogError in revlog constructors
|
file |
diff |
annotate
|
Mon, 13 Sep 2021 15:42:39 +0200 |
Simon Sapin |
rust: Add a Filelog struct that wraps Revlog
|
file |
diff |
annotate
|
Mon, 13 Sep 2021 13:45:10 +0200 |
Simon Sapin |
rust: Add Repo::manifest(revision)
|
file |
diff |
annotate
|
Mon, 13 Sep 2021 13:29:55 +0200 |
Simon Sapin |
rust: Keep lazily-initialized Changelog and Manifest log on the Repo object
|
file |
diff |
annotate
|
Mon, 13 Sep 2021 13:16:10 +0200 |
Simon Sapin |
rust: Move lazy initialization of `Repo::dirstate_map` into a generic struct
|
file |
diff |
annotate
|