test: enable sparse-revlog for test-lfconvert.t
authorBoris Feld <boris.feld@octobus.net>
Mon, 12 Nov 2018 01:08:56 +0100
changeset 40895 ed8e4748b9da
parent 40894 57e4150fb15b
child 40896 c35d3cb758a4
test: enable sparse-revlog for test-lfconvert.t We are about to enable sparse-revlog globally. To help with reviewing the tests change, we isolate them in individual changesets. Differential Revision: https://phab.mercurial-scm.org/D5322
tests/test-lfconvert.t
--- a/tests/test-lfconvert.t	Mon Nov 12 01:06:10 2018 +0100
+++ b/tests/test-lfconvert.t	Mon Nov 12 01:08:56 2018 +0100
@@ -1,3 +1,9 @@
+TRANSITIONAL CONFIG
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = yes
+  > EOF
+
   $ USERCACHE="$TESTTMP/cache"; export USERCACHE
   $ mkdir "${USERCACHE}"
   $ cat >> $HGRCPATH <<EOF
@@ -100,6 +106,7 @@
   generaldelta
   largefiles
   revlogv1
+  sparserevlog
   store
   testonly-simplestore (reposimplestore !)