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
--- 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 !)