diff tests/test-bundle.t @ 53005:8c85d139ff64

cleanup: remove the reporevlogstore condition in test This is a follow up to e6069f84abbb. It turns about that there are multiple test condition that needs cleanup. This handle the usage of the first one.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 21 Feb 2025 22:05:59 -0500
parents ca17d31624ac
children 86764cd60c4a
line wrap: on
line diff
--- a/tests/test-bundle.t	Fri Feb 21 14:37:57 2025 -0500
+++ b/tests/test-bundle.t	Fri Feb 21 22:05:59 2025 -0500
@@ -283,7 +283,7 @@
 packed1 is produced properly
 
 
-#if reporevlogstore rust
+#if rust
 
   $ hg -R test debugcreatestreamclonebundle packed.hg
   writing 2665 bytes for 6 files (no-rust !)
@@ -303,7 +303,7 @@
   none-packed1;requirements%3Dgeneraldelta%2Crevlog-compression-zstd%2Crevlogv1%2Csparserevlog
 #endif
 
-#if reporevlogstore no-rust zstd
+#if no-rust zstd
 
   $ hg -R test debugcreatestreamclonebundle packed.hg
   writing 2665 bytes for 7 files
@@ -319,7 +319,7 @@
   none-packed1;requirements%3Dgeneraldelta%2Crevlog-compression-zstd%2Crevlogv1%2Csparserevlog
 #endif
 
-#if reporevlogstore no-rust no-zstd
+#if no-rust no-zstd
 
   $ hg -R test debugcreatestreamclonebundle packed.hg
   writing 2664 bytes for 7 files
@@ -335,8 +335,6 @@
   none-packed1;requirements%3Dgeneraldelta%2Crevlogv1%2Csparserevlog
 #endif
 
-#if reporevlogstore
-
 generaldelta requirement is not listed in stream clone bundles unless used
 
   $ hg --config format.usegeneraldelta=false init testnongd
@@ -345,9 +343,7 @@
   $ hg -q commit -A -m initial
   $ cd ..
 
-#endif
-
-#if reporevlogstore rust
+#if rust
 
   $ hg -R testnongd debugcreatestreamclonebundle packednongd.hg
   writing 301 bytes for 3 files (no-rust !)
@@ -369,7 +365,7 @@
 
 #endif
 
-#if reporevlogstore no-rust zstd
+#if no-rust zstd
 
   $ hg -R testnongd debugcreatestreamclonebundle packednongd.hg
   writing 301 bytes for 4 files
@@ -388,7 +384,7 @@
 
 #endif
 
-#if reporevlogstore no-rust no-zstd
+#if no-rust no-zstd
 
   $ hg -R testnongd debugcreatestreamclonebundle packednongd.hg
   writing 301 bytes for 4 files
@@ -407,8 +403,6 @@
 
 #endif
 
-#if reporevlogstore
-
 Warning emitted when packed bundles contain secret changesets
 
   $ hg init testsecret
@@ -418,9 +412,7 @@
   $ hg phase --force --secret -r .
   $ cd ..
 
-#endif
-
-#if reporevlogstore rust
+#if rust
 
   $ hg -R testsecret debugcreatestreamclonebundle packedsecret.hg
   (warning: stream clone bundle will contain secret revisions)
@@ -430,7 +422,7 @@
 
 #endif
 
-#if reporevlogstore no-rust zstd
+#if no-rust zstd
 
   $ hg -R testsecret debugcreatestreamclonebundle packedsecret.hg
   (warning: stream clone bundle will contain secret revisions)
@@ -439,7 +431,7 @@
 
 #endif
 
-#if reporevlogstore no-rust no-zstd
+#if no-rust no-zstd
 
   $ hg -R testsecret debugcreatestreamclonebundle packedsecret.hg
   (warning: stream clone bundle will contain secret revisions)
@@ -448,8 +440,6 @@
 
 #endif
 
-#if reporevlogstore
-
 Unpacking packed1 bundles with "hg unbundle" isn't allowed
 
   $ hg init packed
@@ -513,8 +503,6 @@
   abort: cannot apply stream clone bundle on non-empty repo
   [255]
 
-#endif
-
 Create partial clones
 
   $ rm -r empty