diff tests/test-copies-in-changeset.t @ 43167:bca9d1a6c4c5

sidedata: rename the configuration option to `exp-use-side-data` We don't want setup configured to use the final version that would end using the experimental one while using and older version. Differential Revision: https://phab.mercurial-scm.org/D7040
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 10 Oct 2019 04:34:58 +0200
parents 843da18386d5
children 30570a056fa8
line wrap: on
line diff
--- a/tests/test-copies-in-changeset.t	Thu Oct 10 16:02:47 2019 +0200
+++ b/tests/test-copies-in-changeset.t	Thu Oct 10 04:34:58 2019 +0200
@@ -484,7 +484,7 @@
   $ hg debugsidedata -m -- 0
   $ cat << EOF > .hg/hgrc
   > [format]
-  > use-side-data = yes
+  > exp-use-side-data = yes
   > exp-use-copies-side-data-changeset = no
   > EOF
   $ hg debugupgraderepo --run --quiet --no-backup > /dev/null