D5323: test: enable sparse-revlog for test-lfs-largefiles.t

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Mon Dec 10 15:57:33 UTC 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGc35d3cb758a4: test: enable sparse-revlog for test-lfs-largefiles.t (authored by lothiraldan, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5323?vs=12632&id=12783

REVISION DETAIL
  https://phab.mercurial-scm.org/D5323

AFFECTED FILES
  tests/test-lfs-largefiles.t

CHANGE DETAILS

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 @@
   generaldelta
   lfs
   revlogv1
+  sparserevlog
   store
 
   $ hg log -r 'all()' -G -T '{rev} {join(lfs_files, ", ")} ({desc})\n'



To: lothiraldan, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list