--- a/tests/test-upgrade-repo.t Tue Feb 15 13:32:30 2022 -0500
+++ b/tests/test-upgrade-repo.t Tue Feb 15 23:09:07 2022 +0100
@@ -32,10 +32,12 @@
$ hg init share-parent
$ hg -q share share-parent share-child
- $ hg -R share-child debugupgraderepo
- abort: cannot upgrade repository; unsupported source requirement: shared
+ $ hg -R share-child debugupgraderepo --config format.sparse-revlog=no
+ abort: cannot use these actions on a share repository: sparserevlog
+ (upgrade the main repository directly)
[255]
+
Do not yet support upgrading treemanifest repos
$ hg --config experimental.treemanifest=true init treemanifest