diff -r c7d49b87c1ee -r c0b6fa74e007 tests/test-upgrade-repo.t --- a/tests/test-upgrade-repo.t Sat Dec 09 19:42:51 2017 -0600 +++ b/tests/test-upgrade-repo.t Sun Dec 10 19:39:39 2017 +0900 @@ -82,6 +82,39 @@ [formatvariant.name.uptodate|generaldelta: ][formatvariant.repo.uptodate| yes][formatvariant.config.default| yes][formatvariant.default| yes] [formatvariant.name.uptodate|plain-cl-delta:][formatvariant.repo.uptodate| yes][formatvariant.config.default| yes][formatvariant.default| yes] [formatvariant.name.uptodate|compression: ][formatvariant.repo.uptodate| zlib][formatvariant.config.default| zlib][formatvariant.default| zlib] + $ hg debugformat -Tjson + [ + { + "config": "yes", + "default": "yes", + "name": "fncache", + "repo": "yes" + }, + { + "config": "yes", + "default": "yes", + "name": "dotencode", + "repo": "yes" + }, + { + "config": "yes", + "default": "yes", + "name": "generaldelta", + "repo": "yes" + }, + { + "config": "yes", + "default": "yes", + "name": "plain-cl-delta", + "repo": "yes" + }, + { + "config": "zlib", + "default": "zlib", + "name": "compression", + "repo": "zlib" + } + ] $ hg debugupgraderepo (no feature deficiencies found in existing repository) performing an upgrade with "--run" will make the following changes: