# HG changeset patch # User Boris Feld # Date 1541981336 -3600 # Node ID ed8e4748b9da532081441d8511ec93f48afcf9f1 # Parent 57e4150fb15bd34146916e1a34c447889989b415 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 diff -r 57e4150fb15b -r ed8e4748b9da 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 <