log

age author description
Wed, 25 Jan 2023 15:34:27 +0100 Raphaël Gomès admin-command: add verify command
Wed, 13 Sep 2023 12:25:51 +0200 Raphaël Gomès transaction: abstract away the detection of an abandoned transaction
Wed, 25 Jan 2023 15:33:39 +0100 Franck Bret commands: add admin namespace
Thu, 14 Sep 2023 10:52:09 +0100 Arseniy Alekseyev revlog: make the rust test for node hex prefix resolution exercise the nodemap stable
Wed, 13 Sep 2023 18:28:51 +0100 Arseniy Alekseyev revlog: fix a bug where NULL_NODE failed to be resolved to NULL_REV stable
Thu, 14 Sep 2023 11:03:41 +0100 Arseniy Alekseyev tests: reproduce the nullrev bug in an end-to-end test stable
Wed, 09 Aug 2023 15:46:35 +0200 Raphaël Gomès rust-config: fix incorrect coercion of null values to false
Wed, 09 Aug 2023 15:44:56 +0200 Raphaël Gomès rust-config: show default `null` is coerced incorrectly to `false`
Wed, 09 Aug 2023 15:41:18 +0200 Raphaël Gomès rust-config: fix fallback to default not parsing the default value
Tue, 08 Aug 2023 14:14:00 +0200 Raphaël Gomès rust-config: demonstrate a bug when falling back to non-trivial default values
Fri, 18 Aug 2023 14:34:29 +0200 Raphaël Gomès rust: make `Revision` a newtype
Thu, 10 Aug 2023 11:01:07 +0200 Raphaël Gomès rust: implement the `Graph` trait for all revlogs
Thu, 10 Aug 2023 11:00:34 +0200 Raphaël Gomès rust: use the new `UncheckedRevision` everywhere applicable
Mon, 11 Sep 2023 11:52:33 +0200 Raphaël Gomès rust-revlog: split logic for `rawdata` to prepare for `UncheckedRevision` use
Mon, 07 Aug 2023 15:07:48 +0200 Raphaël Gomès rust: remove unused error variant