changeset 40895:ed8e4748b9da

test: enable sparse-revlog for test-lfconvert.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/D5322
author Boris Feld <boris.feld@octobus.net>
date Mon, 12 Nov 2018 01:08:56 +0100
parents 57e4150fb15b
children c35d3cb758a4
files tests/test-lfconvert.t
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-lfconvert.t	Mon Nov 12 01:06:10 2018 +0100
+++ b/tests/test-lfconvert.t	Mon Nov 12 01:08:56 2018 +0100
@@ -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 !)