diff tests/test-copies-in-changeset.t @ 47227:0dedd3d063b0

test: no longer directly use the sidedata config and requirements They are on their way out, so we simply use revlogv2 in these cases. Some test does not requires explicite request for the revlogv2 format since the upgrade to a side-data-capable format is impled by `exp-use-copies-side-data-changeset`. Differential Revision: https://phab.mercurial-scm.org/D10618
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 03 May 2021 12:30:03 +0200
parents 27f1191b1305
children 6c84fc9c9a90
line wrap: on
line diff
--- a/tests/test-copies-in-changeset.t	Mon May 03 12:29:52 2021 +0200
+++ b/tests/test-copies-in-changeset.t	Mon May 03 12:30:03 2021 +0200
@@ -445,8 +445,9 @@
   $ hg debugsidedata -m -- 0
   $ cat << EOF > .hg/hgrc
   > [format]
-  > exp-use-side-data = yes
   > exp-use-copies-side-data-changeset = no
+  > [experimental]
+  > revlogv2 = enable-unstable-format-and-corrupt-my-data
   > EOF
   $ hg debugupgraderepo --run --quiet --no-backup > /dev/null
   $ hg debugformat -v