mercurial/upgrade.py
Tue, 14 Jun 2022 19:40:35 +0200 Pierre-Yves David auto-upgrade: add an option to silence the safe-mismatch message
Tue, 05 Apr 2022 05:19:47 +0200 Pierre-Yves David auto-upgrade: introduce a way to auto-upgrade to/from share-safe
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Tue, 15 Feb 2022 23:09:07 +0100 Pierre-Yves David upgrade: prepare code (and output) for the idea of upgrading share
Sun, 12 Dec 2021 20:01:05 -0500 Matt Harbison pytype: stop excluding upgrade.py
Mon, 13 Dec 2021 14:44:16 -0500 Matt Harbison merge with stable
Mon, 06 Dec 2021 21:30:32 +0100 Pierre-Yves David upgrade: drop some dead code
Mon, 06 Dec 2021 17:54:39 +0100 Pierre-Yves David upgrade: only process revlogs that needs it by default
Mon, 06 Dec 2021 17:13:26 +0100 Pierre-Yves David upgrade: issue a message when a revlog type has to be upgraded
Mon, 06 Dec 2021 17:12:21 +0100 Pierre-Yves David upgrade: explicitly warn when a `--no-xxx` flag is overwritten
Mon, 06 Dec 2021 14:40:13 +0100 Pierre-Yves David upgrade: make the list of explicitly specified revlog a dict
Mon, 06 Dec 2021 11:59:48 +0100 Pierre-Yves David upgrade: move the revlog selection code lower down the chain
Sun, 12 Dec 2021 19:36:11 -0500 Matt Harbison upgrade: byteify a few error messages stable
Fri, 29 Jan 2021 17:32:09 +0530 Pulkit Goyal merge with stable
Thu, 14 Jan 2021 16:25:40 +0530 Pulkit Goyal upgrade: don't create store backup if `--no-backup` is passed
Wed, 20 Jan 2021 12:23:40 +0100 Pierre-Yves David share-share: have the hint issue more consistently and point to the right doc stable
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
Mon, 18 Jan 2021 19:50:21 +0530 Pulkit Goyal upgrade: re-read current requirements after taking lock
Thu, 14 Jan 2021 21:29:46 +0530 Pulkit Goyal upgrade: take lock only for part where it's required
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, 08 Jan 2021 23:08:39 +0530 Pulkit Goyal upgrade: don't perform anything if nothing to do
Thu, 31 Dec 2020 19:42:10 +0530 Pulkit Goyal upgrade: migrated -> upgraded in ui messages
Thu, 31 Dec 2020 19:24:23 +0530 Pulkit Goyal upgrade: remove unnecessary `is None` check
Wed, 16 Dec 2020 14:00:41 +0530 Pulkit Goyal upgrade: introduce post upgrade and downgrade message for improvements
Wed, 16 Dec 2020 14:16:10 +0530 Pulkit Goyal upgrade: rename actions to upgrade_actions
Wed, 16 Dec 2020 14:06:24 +0530 Pulkit Goyal upgrade: move optimization addition to determineactions()
Wed, 16 Dec 2020 12:39:15 +0530 Pulkit Goyal upgrade: drop support for old style optimization names
Mon, 14 Dec 2020 16:15:01 +0530 Pulkit Goyal upgrade: add a missing space in status message
Mon, 14 Dec 2020 16:03:15 +0530 Pulkit Goyal upgrade: rename finddeficiences() to find_format_upgrades()
Mon, 14 Dec 2020 13:48:25 +0530 Pulkit Goyal upgrade: move printing of unused optimizations to UpgradeOperation class
Sat, 12 Dec 2020 18:09:16 +0530 Pulkit Goyal upgrade: move `printrequirements()` to UpgradeOperation class
Sat, 12 Dec 2020 18:00:18 +0530 Pulkit Goyal upgrade: move `printoptimisations() to UpgradeOperation class
Sat, 12 Dec 2020 17:54:59 +0530 Pulkit Goyal upgrade: move `printupgradeactions()` to UpgradeOperation class
Sat, 12 Dec 2020 17:51:27 +0530 Pulkit Goyal upgrade: move `print_affected_revlogs()` to UpgradeOperation class
Tue, 01 Dec 2020 22:37:34 +0100 Pierre-Yves David upgrade: start moving the "to be happening" data in a dedicated object
Tue, 01 Dec 2020 20:24:38 +0100 Pierre-Yves David upgrade: extract the checking of target requirements change
Tue, 01 Dec 2020 15:50:12 +0100 Pierre-Yves David upgrade: drop an outdated comment
Tue, 01 Dec 2020 15:45:23 +0100 Pierre-Yves David upgrade: move requirements checking in a dedicated function
Tue, 01 Dec 2020 15:11:06 +0100 Pierre-Yves David upgrade: split definition and management of the actions from the main code
Tue, 01 Dec 2020 09:13:08 +0100 Pierre-Yves David upgrade: split actual upgrade code away from the main module
Mon, 30 Nov 2020 14:07:23 +0100 Pierre-Yves David upgrade: display the list of processed revlog before proceeding
Fri, 16 Oct 2020 18:57:55 +0530 Pulkit Goyal upgrade: add support to downgrade share safe mode
Thu, 25 Jun 2020 13:13:21 +0530 Pulkit Goyal upgrade: add support for experimental safe share mode
Mon, 30 Nov 2020 14:06:45 +0100 Pierre-Yves David upgrade: add an explicite --filelogs arguments
Tue, 01 Dec 2020 02:07:15 +0100 Pierre-Yves David upgrade: move optimisation to something more declarative
Mon, 30 Nov 2020 23:54:25 +0100 Pierre-Yves David upgrade: capitalize the `deficiency` constant
Mon, 30 Nov 2020 23:52:29 +0100 Pierre-Yves David upgrade: capitalize the `deficiency` constant
Mon, 30 Nov 2020 12:40:28 +0100 Pierre-Yves David upgrade: directly use the upgrade action constant
Mon, 30 Nov 2020 12:24:36 +0100 Pierre-Yves David upgrade: rename UPGRADE_FILELOG to UPGRADE_FILELOGS
Tue, 13 Oct 2020 05:14:37 +0200 Pierre-Yves David upgrade: allow sidedata upgrade to modify revision flag
Thu, 08 Oct 2020 17:29:51 +0530 Pulkit Goyal upgrade: improve documentation of matchrevlog()
Thu, 25 Jun 2020 13:16:55 +0530 Pulkit Goyal upgrade: support running upgrade if repository has share-safe requirement
Tue, 11 Aug 2020 13:43:43 +0530 Pulkit Goyal requirements: introduce constants for `shared` and `relshared` requirements
Sat, 08 Aug 2020 16:37:59 +0530 Pulkit Goyal localrepo: move requirements constant to requirements module
Sat, 08 Aug 2020 16:24:12 +0530 Pulkit Goyal requirements: introduce new requirements related module
Sat, 08 Aug 2020 15:48:17 +0530 Pulkit Goyal repository: introduce constant for treemanifest requirement and use it
less more (0) -100 -60 tip