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
Tue, 14 Apr 2020 16:43:54 +0530 Pulkit Goyal scmutil: add writereporequirements() and route requires writing through it
Wed, 27 May 2020 12:26:08 +0200 Pierre-Yves David metadata: move computation related to files touched in a dedicated module
Tue, 14 Apr 2020 06:09:14 +0200 Pierre-Yves David upgrade: support upgrade and downgrade from persistent nodemap
Tue, 14 Apr 2020 05:37:54 +0200 Pierre-Yves David nodemap: teach `hg debugformat` about the persistent nodemap option
Wed, 15 Apr 2020 18:58:35 +0200 Pierre-Yves David upgrade: support the --quiet flag
Wed, 15 Apr 2020 19:20:15 +0200 Pierre-Yves David upgrade: clearly list optimisations
Wed, 15 Apr 2020 18:10:19 +0200 Pierre-Yves David upgrade: properly filter action depending on planned work stable
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Wed, 19 Feb 2020 17:30:04 +0100 Pierre-Yves David revlog-compression: update the config to be a list
Fri, 29 Nov 2019 15:36:45 +0100 Pierre-Yves David upgrade-repo: colorize some of the output
Sun, 06 Oct 2019 23:36:52 -0400 Pierre-Yves David sidedatacopies: deal with upgrading and downgrading to that format
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David sidedatacopies: teach upgrade about the new requirement
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David upgrade: allow for `sidedata` removal
Sun, 06 Oct 2019 23:36:51 -0400 Pierre-Yves David upgrade: allow upgrade to repository using sidedata
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Wed, 04 Sep 2019 02:43:17 +0200 Pierre-Yves David upgrade: detect the side-data format variants
Fri, 27 Sep 2019 19:59:53 +0200 Pierre-Yves David upgrade: also register copied `.d` files to fncache
Fri, 27 Sep 2019 21:14:23 +0200 Pierre-Yves David upgrade: also copy data file
Fri, 27 Sep 2019 21:14:03 +0200 Pierre-Yves David upgrade: create the correct destination directory for copies revlogs
Mon, 05 Aug 2019 17:25:24 +0200 Pierre-Yves David upgrade: make sure we reclone all revlogs when updating to some format
Tue, 30 Jul 2019 17:25:16 +0200 Pierre-Yves David upgrade: add an argument to control changelog upgrade
Tue, 30 Jul 2019 00:35:52 +0200 Pierre-Yves David upgrade: add an argument to control manifest upgrade
Thu, 01 Aug 2019 03:15:58 +0200 Pierre-Yves David upgrade: introduce the internal code for revlog cloning selection
Tue, 30 Jul 2019 19:58:44 +0200 Pierre-Yves David upgrade: introduce a _copyrevlog method
Sat, 27 Jul 2019 19:25:47 +0200 Pierre-Yves David upgrade: rename `_copyrevlogs` to `_clonerevlogs`
Sat, 27 Jul 2019 19:58:17 +0200 Pierre-Yves David upgrade: walk the source store file only once
Fri, 01 Feb 2019 15:51:02 +0100 Pierre-Yves David upgrade: support upgrade to/from zstd storage (issue6088)
Wed, 27 Mar 2019 18:27:03 +0100 Pierre-Yves David compression: introduce an official `zstd-revlog` requirement
Wed, 27 Mar 2019 18:26:54 +0100 Pierre-Yves David compression: introduce an official `format.revlog-compression` option
Tue, 02 Apr 2019 11:03:46 -0700 Pierre-Yves David compression: display compression level in debugformat
Fri, 21 Dec 2018 13:17:58 +0100 Boris Feld debugupgraderepo: add a --no-backup mode
Fri, 13 Jul 2018 03:05:30 +0200 Boris Feld upgrade: add '-' in optimization name
Thu, 13 Dec 2018 23:20:28 -0800 Benjamin Peterson upgrade: correct implementation of improvement.__ne__
Mon, 12 Nov 2018 01:22:38 +0100 Boris Feld sparse-revlog: enabled by default
Fri, 13 Jul 2018 11:45:15 +0200 Boris Feld upgrade: clarify "aggressivemergedelta" handling
Fri, 28 Sep 2018 09:46:50 -0700 Gregory Szorc localrepo: define storage backend in creation options (API)
Mon, 24 Sep 2018 12:39:34 -0700 Gregory Szorc upgrade: use storageinfo() for obtaining storage metadata
Mon, 24 Sep 2018 09:38:27 -0700 Gregory Szorc upgrade: use rawsize() instead of revlog index
Mon, 24 Sep 2018 09:37:19 -0700 Gregory Szorc upgrade: report size of backing files, not internal storage size
Fri, 07 Sep 2018 15:57:55 -0700 Gregory Szorc localrepo: pass ui to newreporequirements() (API)
Fri, 10 Aug 2018 14:44:50 -0700 Gregory Szorc manifest: rename dir argument and attribute to tree
Thu, 19 Jul 2018 10:06:58 +0200 Boris Feld aggressivemergedeltas: rename variable internally
Thu, 21 Jun 2018 18:05:55 +0200 Paul Morelle upgrade: enable adding or removing sparse-revlog requirement
Mon, 16 Jul 2018 17:10:52 -0700 Paul Morelle upgrade: add information about sparse-revlog
Sun, 17 Jun 2018 23:48:23 -0700 Martin von Zweigbergk upgrade: use progress helper
Sun, 17 Jun 2018 23:49:27 -0700 Martin von Zweigbergk upgrade: close progress after each revlog
Sat, 26 May 2018 12:20:36 +0900 Yuya Nishihara py3: wrap tempfile.mkdtemp() to use bytes path
Thu, 05 Apr 2018 17:40:51 -0700 Gregory Szorc upgrade: sniff for filelog type
Thu, 22 Feb 2018 20:04:42 -0500 Augie Fackler cleanup: say goodbye to manifestv2 format
Wed, 10 Jan 2018 17:24:25 +0100 Paul Morelle upgraderepo: select correct deltareuse depending on actions
Sun, 10 Dec 2017 19:43:35 +0900 Yuya Nishihara upgrade: simplify workaround for repo.ui.copy()
Thu, 07 Dec 2017 20:27:03 +0100 Boris Feld upgrade: add a 'redeltafullall' mode
Thu, 07 Dec 2017 22:37:18 +0100 Boris Feld upgrade: use actual filelog to convert filelog
Thu, 07 Dec 2017 18:56:10 +0100 Boris Feld upgrade: more standard creation of the temporary repository
Thu, 07 Dec 2017 18:55:35 +0100 Boris Feld upgrade: use the repository 'ui' as the base for the new repository
Thu, 07 Dec 2017 16:50:48 +0100 Boris Feld upgrade: register compression as a format variants
Thu, 07 Dec 2017 15:55:59 +0100 Boris Feld upgrade: rename 'removecldeltachain' to 'plain-cl-delta'
less more (0) -120 tip