Tue, 10 Oct 2023 11:02:24 +0200 Pierre-Yves David revlog: remove legacy usage of `_mmaplargeindex`
Tue, 10 Oct 2023 11:02:00 +0200 Pierre-Yves David revlog: remove legacy usage of `_checkambig`
Tue, 10 Oct 2023 10:58:28 +0200 Pierre-Yves David revlog: drop the _generaldelta attribute from the imanifeststorage interface
Tue, 10 Oct 2023 10:56:42 +0200 Pierre-Yves David revlog: remove legacy usage of `_generaldelta`
Tue, 10 Oct 2023 18:02:20 +0200 Pierre-Yves David revlog: use the new Config classes in _testrevlog
Tue, 10 Oct 2023 10:04:06 +0200 Pierre-Yves David revlog: skip opener options to pass sparse reading values
Tue, 10 Oct 2023 10:03:58 +0200 Pierre-Yves David revlog: skip opener options to pass sparse_revlog value
Tue, 10 Oct 2023 10:03:50 +0200 Pierre-Yves David revlog: skip opener options to pass mmap_index_threshold value
Tue, 10 Oct 2023 10:03:42 +0200 Pierre-Yves David revlog: skip opener options to pass enable_ellipsis
Tue, 10 Oct 2023 10:03:34 +0200 Pierre-Yves David revlog: skip opener options to pass compression option values
Tue, 10 Oct 2023 10:03:26 +0200 Pierre-Yves David revlog: skip opener options to pass compression_engine value
Tue, 10 Oct 2023 10:03:18 +0200 Pierre-Yves David revlog: skip opener options to pass max_chain_len
Tue, 10 Oct 2023 10:03:09 +0200 Pierre-Yves David revlog: skip opener options to pass max_deltachain_span
Tue, 10 Oct 2023 10:03:01 +0200 Pierre-Yves David revlog: skip opener options to pass lazy_delta values
Tue, 10 Oct 2023 10:02:53 +0200 Pierre-Yves David revlog: skip opener options to pass debug_delta value
Tue, 10 Oct 2023 10:02:45 +0200 Pierre-Yves David revlog: skip opener options to pass candidate_group_chunk_size value
Tue, 10 Oct 2023 10:02:37 +0200 Pierre-Yves David revlog: skip opener option to pass delta_both_parents value
Tue, 10 Oct 2023 10:02:29 +0200 Pierre-Yves David revlog: skip opener option to pass chunk_cache_size value
Tue, 10 Oct 2023 10:02:21 +0200 Pierre-Yves David revlog: create the revlog object at the repository level
Tue, 10 Oct 2023 10:02:13 +0200 Pierre-Yves David revlog: overwrite revlog config through copy of the config object
Tue, 10 Oct 2023 10:02:05 +0200 Pierre-Yves David revlog: move configuration attribute into dedicated object
Tue, 10 Oct 2023 10:01:57 +0200 Pierre-Yves David manifestrevlog: flag some inconsistency in bundle/union repo inheritance
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
Mon, 21 Aug 2023 17:41:01 -0400 Matt Harbison debugserve: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:39:22 -0400 Matt Harbison debugrevspec: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:36:36 -0400 Matt Harbison debugrevlogindex: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:35:13 -0400 Matt Harbison debugrevlog: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:34:13 -0400 Matt Harbison debugrename: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:33:00 -0400 Matt Harbison debugrebuildfncache: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:31:53 -0400 Matt Harbison debugpickmergetool: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:29:56 -0400 Matt Harbison debugp2copies: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:29:05 -0400 Matt Harbison debugp1copies: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:26:56 -0400 Matt Harbison debugobsolete: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:23:16 -0400 Matt Harbison debugmergestate: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:20:14 -0400 Matt Harbison debugknown: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:18:56 -0400 Matt Harbison debuginstall: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:16:43 -0400 Matt Harbison debugindexdot: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:15:30 -0400 Matt Harbison debuggetbundle: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:14:18 -0400 Matt Harbison debugformat: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:12:03 -0400 Matt Harbison debugfileset: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:09:45 -0400 Matt Harbison debugextensions: migrate `opts` to native kwargs
Mon, 21 Aug 2023 17:06:47 -0400 Matt Harbison debugdiscovery: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:58:23 -0400 Matt Harbison debugdeltafind: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:56:38 -0400 Matt Harbison debugdeltachain: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:53:16 -0400 Matt Harbison debugdata: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:51:07 -0400 Matt Harbison debugcapabilities: migrate `opts` to native kwargs
Mon, 21 Aug 2023 16:19:51 -0400 Matt Harbison debugbundle: migrate `opts` to native kwargs
Fri, 08 Sep 2023 20:34:41 +0200 Pierre-Yves David branching: merge with stable
Wed, 21 Jun 2023 21:57:44 +0200 Pierre-Yves David tags: avoid expensive access to repo.changelog in a loop stable
Thu, 22 Jun 2023 19:41:26 +0200 Pierre-Yves David blackbox: add a option to duplicate output to stderr too stable
Fri, 23 Jun 2023 17:22:42 +0200 Pierre-Yves David perf: add a --update-last flag to perf::tags stable
Thu, 22 Jun 2023 18:39:29 +0200 Pierre-Yves David perf: add a `--clear-fnode-cache-rev` argument to perf::tags stable
Thu, 22 Jun 2023 16:03:18 +0200 Pierre-Yves David perf: introduce more cache invalidation option in perf::tags stable
Fri, 08 Sep 2023 15:33:03 +0200 Manuel Jacob hgweb: pass strings in WSGI environment correctly from wsgicgi stable
Wed, 06 Sep 2023 18:12:27 +0200 Raphaël Gomès branching: merge stable into default
Wed, 06 Sep 2023 18:11:12 +0200 Raphaël Gomès Added signature for changeset 5a8b54201039 stable
Wed, 06 Sep 2023 18:11:10 +0200 Raphaël Gomès Added tag 6.5.2 for changeset 5a8b54201039 stable
Wed, 06 Sep 2023 18:10:44 +0200 Raphaël Gomès relnotes: add 6.5.2 stable 6.5.2
Wed, 30 Aug 2023 12:24:12 +0200 Pierre-Yves David run-tests: detect HGWITHRUSTEXT value stable
Wed, 30 Aug 2023 11:31:05 +0100 Arseniy Alekseyev tests: avoid test environment affecting setup.py stable
Mon, 04 Sep 2023 13:33:32 +0100 Arseniy Alekseyev setup: make the error "Unable to find a working hg binary" more informative stable
(0) -30000 -10000 -3000 -1000 -120 +120 tip