# HG changeset patch # User Boris Feld # Date 1541981557 -3600 # Node ID 56fff6d7e30a88c2ba48c0c3cd32026a9e9b5ba0 # Parent 192291ca909b06f461aec958f69bd303f5a8a0a6 test: enable sparse-revlog for test-narrow-clone.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/D5327 diff -r 192291ca909b -r 56fff6d7e30a tests/test-narrow-clone.t --- a/tests/test-narrow-clone.t Mon Nov 12 01:12:15 2018 +0100 +++ b/tests/test-narrow-clone.t Mon Nov 12 01:12:37 2018 +0100 @@ -1,3 +1,9 @@ +TRANSITIONAL CONFIG + $ cat << EOF >> $HGRCPATH + > [format] + > sparse-revlog = yes + > EOF + $ . "$TESTDIR/narrow-library.sh" $ hg init master @@ -43,6 +49,7 @@ fncache narrowhg-experimental revlogv1 + sparserevlog store testonly-simplestore (reposimplestore !)