Sat, 30 Sep 2023 02:02:36 +0200 Pierre-Yves David randomaccessfile: drop explicit passing of file description
Tue, 26 Sep 2023 02:54:50 +0200 Pierre-Yves David revlog: drop more file description passing between private function
Tue, 26 Sep 2023 02:49:18 +0200 Pierre-Yves David revlog: use a `reading` context in `_enforceinlinesize`
Tue, 26 Sep 2023 00:55:49 +0200 Pierre-Yves David revlog: drop the df argument to `sidedata`
Tue, 26 Sep 2023 00:54:46 +0200 Pierre-Yves David revlog: drop the df argument to `rawdata`
Mon, 25 Sep 2023 22:52:01 +0200 Pierre-Yves David revlog: drop the df argument to `revision`
Tue, 26 Sep 2023 01:05:02 +0200 Pierre-Yves David interfaces: drop the `raw` parameters on ifiledata interface
Mon, 25 Sep 2023 22:51:57 +0200 Pierre-Yves David delta-computer: stop explicitly taking file handle
Mon, 25 Sep 2023 16:47:55 +0200 Pierre-Yves David censors: simply use `revlog.reading` to keep things open dring rewrite
Mon, 25 Sep 2023 17:18:40 +0200 Pierre-Yves David stream-clone: use `revlog.reading` in `revlog.get_streams`
Mon, 25 Sep 2023 16:57:53 +0200 Pierre-Yves David debug-revlog: keep the revlog open for the analysis duration
Mon, 25 Sep 2023 16:36:17 +0200 Pierre-Yves David repo-upgrade: keep the revlog open while cloning
Mon, 25 Sep 2023 12:37:52 +0200 Pierre-Yves David verify: keep the revlog open for reading while verifying it
Mon, 25 Sep 2023 12:32:42 +0200 Pierre-Yves David convert: use `changelogrevision` to fetch changeset data instead of read
Mon, 25 Sep 2023 12:14:38 +0200 Pierre-Yves David revlog: adapt the `reading` check for `unionrepo`
Mon, 25 Sep 2023 12:13:38 +0200 Pierre-Yves David revlog: adapt the `reading` check for `bundlerepo`
Mon, 25 Sep 2023 12:07:25 +0200 Pierre-Yves David revlog: make `reading` not crash on empty repository
Mon, 25 Sep 2023 11:59:38 +0200 Pierre-Yves David changelog: make the `_delayopener` a real proxy
Mon, 25 Sep 2023 11:23:38 +0200 Pierre-Yves David perf: ensure all readlog's reading is done within a `reading` context
Mon, 25 Sep 2023 11:13:44 +0200 Pierre-Yves David perf: change the way we approach revlog reading
Tue, 19 Sep 2023 23:14:36 +0200 Pierre-Yves David revlog: document the `rev` method
Tue, 19 Sep 2023 23:14:01 +0200 Pierre-Yves David revlog: document the `clearcaches` method
Tue, 19 Sep 2023 23:13:16 +0200 Pierre-Yves David revlog: document the `update_caches` method
Tue, 19 Sep 2023 23:10:05 +0200 Pierre-Yves David revlog: make the `candelta` method private
Tue, 19 Sep 2023 23:09:29 +0200 Pierre-Yves David revlog: document the `get_streams` method
Tue, 19 Sep 2023 22:52:54 +0200 Pierre-Yves David revlog: document the `is_inline_index` method
Wed, 11 Oct 2023 15:15:28 +0200 Jean-Francois Pieronne opemvms: add specific files and utilities
Thu, 03 Aug 2023 02:48:28 +0200 Pierre-Yves David openvms: do not check for shebang in openvms script
Thu, 03 Aug 2023 02:30:57 +0200 Jean-Francois Pieronne openvms: consider worker costly on OpenVMS
Thu, 03 Aug 2023 02:33:22 +0200 Jean-Francois Pieronne openvms: fix the pager spawning and cleanup
Thu, 03 Aug 2023 02:32:28 +0200 Jean-Francois Pieronne openvms: make process spawning works on OpenVMS
Thu, 03 Aug 2023 02:34:17 +0200 Jean-Francois Pieronne openvms: mark symlink as unsupported on OpenVMS
Thu, 03 Aug 2023 02:28:52 +0200 Jean-Francois Pieronne openvms: duck-punch a bugfix into `environb` object
Wed, 11 Oct 2023 00:43:24 +0200 Joerg Sonnenberger fastexport: simplify code
Wed, 11 Oct 2023 02:02:46 +0200 Pierre-Yves David branching: merge stable into default
Tue, 10 Oct 2023 18:29:04 +0200 Joerg Sonnenberger cleanup: typos, formatting stable
Sun, 24 Sep 2023 04:35:02 +0200 Pierre-Yves David tests: backed out changeset 8037ddacad47 stable
Thu, 05 Oct 2023 14:47:42 -0300 Anton Shestakov httppeer: fix static-http: scheme autodetection (issue6833) stable
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
Mon, 07 Aug 2023 12:53:43 +0200 Raphaël Gomès rust: add `UncheckedRevision` type
Mon, 21 Aug 2023 17:57:48 -0400 Matt Harbison debugwireproto: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:54:01 -0400 Matt Harbison debugwireargs: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:49:57 -0400 Matt Harbison debugwalk: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:47:52 -0400 Matt Harbison debug_revlog_stats: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:46:44 -0400 Matt Harbison debugbackupbundle: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:43:52 -0400 Matt Harbison debugsidedata: migrate `opts` to native kwargs
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 tip