# HG changeset patch # User Boris Feld # Date 2018-11-12 00:12:37 # 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 --git a/tests/test-narrow-clone.t b/tests/test-narrow-clone.t --- a/tests/test-narrow-clone.t +++ b/tests/test-narrow-clone.t @@ -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 @@ narrow clone a file, f10 fncache narrowhg-experimental revlogv1 + sparserevlog store testonly-simplestore (reposimplestore !)