# HG changeset patch # User Boris Feld # Date 2018-11-12 00:15:37 # Node ID 27fa1d2bf484fc31c60f8208c268c82277ee2965 # Parent 4fe18205bbdbbba196cbf3f8102e21efd469837a test: enable sparse-revlog for test-revlog-v2.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/D5333 diff --git a/tests/test-revlog-v2.t b/tests/test-revlog-v2.t --- a/tests/test-revlog-v2.t +++ b/tests/test-revlog-v2.t @@ -1,3 +1,9 @@ +TRANSITIONAL CONFIG + $ cat << EOF >> $HGRCPATH + > [format] + > sparse-revlog = yes + > EOF + #require reporevlogstore A repo with unknown revlogv2 requirement string cannot be opened @@ -24,6 +30,7 @@ Can create and open repo with revlog v2 dotencode exp-revlogv2.0 fncache + sparserevlog store $ hg log