mercurial/configitems.py
Sat, 07 Aug 2021 16:51:47 +0200 Pierre-Yves David issue6528: add a config option to control the fixing on the fly stable 5.9rc1
Tue, 20 Jul 2021 17:20:19 +0200 Georges Racinet hgwebdir: avoid systematic full garbage collection
Fri, 28 May 2021 23:41:17 +0200 Pierre-Yves David revlog: store sidedata in their own file
Thu, 27 May 2021 04:09:30 +0200 Pierre-Yves David revlog: use dedicated code for reading sidedata
Fri, 28 May 2021 23:44:58 +0200 Pierre-Yves David revlogv2: drop "sidedatacompression" from the list of todos
Wed, 19 May 2021 13:14:59 +0200 Simon Sapin dirstate-v2: Add a new experimental `exp-dirstate-v2` repository requirement
Tue, 04 May 2021 11:20:10 +0200 Pierre-Yves David changelogv2: use a dedicated on disk format for changelogv2
Mon, 29 Mar 2021 22:40:54 +0200 Pierre-Yves David changelogv2: introduce a "changelogv2" feature
Mon, 03 May 2021 21:04:55 +0200 Pierre-Yves David revlog: add a `_get_decompressor` method
Mon, 03 May 2021 12:35:35 +0200 Pierre-Yves David revlogv2: also keep track for the size of the "data" file
Mon, 03 May 2021 12:35:25 +0200 Pierre-Yves David revlogv2: track pending write in the docket and expose it to hooks
Mon, 03 May 2021 12:35:02 +0200 Pierre-Yves David revlogv2: delay the update of the changelog docket to transaction end
Mon, 03 May 2021 12:34:52 +0200 Pierre-Yves David revlogv2: track current index size in the docket
Mon, 03 May 2021 12:34:21 +0200 Pierre-Yves David revlogv2: store version information in the docket only
Mon, 03 May 2021 12:34:11 +0200 Pierre-Yves David revlogv2: introduce a very basic docket file
Mon, 03 May 2021 12:30:24 +0200 Pierre-Yves David side-data: drop the associated config and requirements
Mon, 03 May 2021 12:28:47 +0200 Pierre-Yves David config: drop the `format.exp-revlogv2.2` option
Tue, 30 Mar 2021 09:56:04 +0200 Simon Sapin dirstate-tree: Empty shell for a second Rust DirstateMap implementation
Thu, 08 Apr 2021 16:34:11 +0200 Raphaël Gomès changegroup: don't limit cgv4 to revlogv2 repos
Thu, 14 Jan 2021 04:58:20 +0100 Pierre-Yves David persistent-nodemap: enable the feature by default when using Rust
Tue, 06 Apr 2021 18:55:19 +0200 Pierre-Yves David revlog-compression: use zstd by default (if available)
Wed, 17 Mar 2021 19:06:00 +0100 Pierre-Yves David setdiscovery: add a discovery.grow-sample.dynamic option
Sun, 08 Nov 2020 20:17:09 +0100 Joerg Sonnenberger bundle: optional multithreaded compression, ATM zstd-only
Mon, 15 Mar 2021 10:57:02 +0100 Raphaël Gomès configitems: add TODOs blocking the move out of experimental for revlogv2
Wed, 20 Jan 2021 21:14:06 +0100 Raphaël Gomès revlogv2: allow upgrading to v2
Wed, 03 Feb 2021 16:33:10 -0800 Kyle Lippincott revlog: add a mechanism to verify expected file position before appending
Wed, 06 Jan 2021 14:09:01 +0100 Simon Sapin copies-rust: move CPU-heavy Rust processing into a child thread
Thu, 04 Feb 2021 13:05:51 -0800 Martin von Zweigbergk diff: replace --merge option by config option
Thu, 11 Feb 2021 20:36:46 -0800 Martin von Zweigbergk branching: merge with stable
Wed, 10 Feb 2021 23:21:21 +0100 Pierre-Yves David hooks: introduce a `:run-with-plain` option for hooks stable
Wed, 10 Feb 2021 21:05:05 +0100 Pierre-Yves David hooks: forbid ':' in hook name stable
Sat, 16 Jan 2021 00:03:18 +0100 Pierre-Yves David copies: add an devel option to trace all files
Tue, 12 Jan 2021 00:11:16 +0300 Nikita Slyusarev convert: option to set date and time for svn commits
Sun, 17 Jan 2021 23:21:33 +0100 Pierre-Yves David discovery: add config options to control sample size
Mon, 18 Jan 2021 19:16:49 +0530 Pulkit Goyal share: move share safe functionality out of experimental
Fri, 15 Jan 2021 12:08:07 +0530 Pulkit Goyal share: rename share-safe warning config
Mon, 18 Jan 2021 21:37:20 +0530 Pulkit Goyal share: rework config options to be much clearer and easier
Sat, 16 Jan 2021 01:02:03 +0100 Pierre-Yves David discovery: add a devel.discovery.exchange-heads
Thu, 14 Jan 2021 04:56:29 +0100 Pierre-Yves David persistent-nodemap: remove the "experimental" tag to the feature
Wed, 13 Jan 2021 23:50:03 +0100 Pierre-Yves David persistent-nodemap: drop the storage.revlog.nodemap.mode config
Wed, 13 Jan 2021 23:41:37 +0100 Pierre-Yves David persistent-nodemap: add a "abort" option to the slow-path config
Wed, 13 Jan 2021 23:07:41 +0100 Pierre-Yves David persistent-nodemap: add a "warn" option to the slow-path config
Thu, 14 Jan 2021 01:25:06 +0100 Pierre-Yves David persistent-nodemap: add a revlog.storage.persistent-nodemap.slow-path option
Wed, 13 Jan 2021 23:51:12 +0100 Pierre-Yves David persistent-nodemap: rename the storage.revlog.nodemap.mmap option
Thu, 14 Jan 2021 00:37:36 +0100 Pierre-Yves David persistent-nodemap: write down the sprint conclusion
Thu, 14 Jan 2021 00:33:40 +0100 Pierre-Yves David persistent-nodemap: document the `devel.persistent-nodemap` option
Sat, 16 Jan 2021 00:48:11 +0100 Pierre-Yves David discovery: add a discovery.grow-sample.rate
Sat, 16 Jan 2021 00:29:17 +0100 Pierre-Yves David discovery: add a `devel', b'discovery.grow-sample`
Sat, 16 Jan 2021 00:21:54 +0100 Pierre-Yves David discovery: document the `devel.discovery.randomize` option
Fri, 08 Jan 2021 21:47:31 +0530 Pulkit Goyal sharesafe: introduce config to disallow outdated shares if upgrade fails
Fri, 08 Jan 2021 21:34:16 +0530 Pulkit Goyal sharesafe: make warning about outdated share configurable
Wed, 06 Jan 2021 18:31:16 +0530 Pulkit Goyal sharesafe: add functionality to automatically downgrade shares
Wed, 06 Jan 2021 16:18:06 +0530 Pulkit Goyal sharesafe: introduce functionality to automatically upgrade shares
Fri, 24 Apr 2020 16:36:04 +0200 Joerg Sonnenberger bundle: optional advisory obsolescence parts
Sat, 05 Dec 2020 23:35:55 +0100 Joerg Sonnenberger singlehead: introduce option to restrict to public changes
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Wed, 21 Oct 2020 19:00:16 -0700 Martin von Zweigbergk errors: add config that lets user get more detailed exit codes
Thu, 22 Oct 2020 23:10:06 -0700 Martin von Zweigbergk rebase: make summary template configurable, with default to shared template
Mon, 26 Oct 2020 10:33:32 -0700 Martin von Zweigbergk config: move ui.pre-merge-tool-output-template into [command-templates]
Fri, 23 Oct 2020 15:59:32 -0700 Martin von Zweigbergk config: rename ui.mergemarkertemplate to command-templates.mergemarker
less more (0) -300 -100 -60 tip