# HG changeset patch # User Boris Feld # Date 2018-11-12 00:09:08 # Node ID c35d3cb758a467a4f1e754b3d8a7a41f4f3f24f3 # Parent ed8e4748b9da532081441d8511ec93f48afcf9f1 test: enable sparse-revlog for test-lfs-largefiles.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/D5323 diff --git a/tests/test-lfs-largefiles.t b/tests/test-lfs-largefiles.t --- a/tests/test-lfs-largefiles.t +++ b/tests/test-lfs-largefiles.t @@ -1,3 +1,9 @@ +TRANSITIONAL CONFIG + $ cat << EOF >> $HGRCPATH + > [format] + > sparse-revlog = yes + > EOF + #require no-reposimplestore no-chg This tests the interaction between the largefiles and lfs extensions, and @@ -294,6 +300,7 @@ The requirement is added to the destinat generaldelta lfs revlogv1 + sparserevlog store $ hg log -r 'all()' -G -T '{rev} {join(lfs_files, ", ")} ({desc})\n'