D5322: test: enable sparse-revlog for test-lfconvert.t

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


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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5322?vs=12631&id=12782

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

AFFECTED FILES
  tests/test-lfconvert.t

CHANGE DETAILS

diff --git a/tests/test-lfconvert.t b/tests/test-lfconvert.t
--- a/tests/test-lfconvert.t
+++ b/tests/test-lfconvert.t
@@ -1,3 +1,9 @@
+TRANSITIONAL CONFIG
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = yes
+  > EOF
+
   $ USERCACHE="$TESTTMP/cache"; export USERCACHE
   $ mkdir "${USERCACHE}"
   $ cat >> $HGRCPATH <<EOF
@@ -100,6 +106,7 @@
   generaldelta
   largefiles
   revlogv1
+  sparserevlog
   store
   testonly-simplestore (reposimplestore !)
 



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


More information about the Mercurial-devel mailing list