diff tests/test-upgrade-repo.t @ 50646:c814101560d9

tree-manifest: allow `debugupgraderepo` to run on tree manifest repo There does not seems to be anything wrong with running the current logic on them. So we remove the limitation.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 31 May 2023 18:08:56 +0100
parents 63dc24be635d
children
line wrap: on
line diff
--- a/tests/test-upgrade-repo.t	Wed May 31 16:04:16 2023 +0100
+++ b/tests/test-upgrade-repo.t	Wed May 31 18:08:56 2023 +0100
@@ -192,11 +192,11 @@
   summary:     r7
   
 
-Do not yet support upgrading treemanifest repos
+Do not yet support downgrading treemanifest repos
 
   $ hg --config experimental.treemanifest=true init treemanifest
   $ hg -R treemanifest debugupgraderepo
-  abort: cannot upgrade repository; unsupported source requirement: treemanifest
+  abort: cannot upgrade repository; requirement would be removed: treemanifest
   [255]
 
 Cannot add treemanifest requirement during upgrade