D5332: test: enable sparse-revlog for test-repo-compengines.t

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Mon Dec 10 16:01:34 UTC 2018


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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5332?vs=12641&id=12793

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

AFFECTED FILES
  tests/test-repo-compengines.t

CHANGE DETAILS

diff --git a/tests/test-repo-compengines.t b/tests/test-repo-compengines.t
--- a/tests/test-repo-compengines.t
+++ b/tests/test-repo-compengines.t
@@ -1,3 +1,9 @@
+TRANSITIONAL CONFIG
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = yes
+  > EOF
+
 A new repository uses zlib storage, which doesn't need a requirement
 
   $ hg init default
@@ -7,6 +13,7 @@
   fncache
   generaldelta
   revlogv1
+  sparserevlog
   store
   testonly-simplestore (reposimplestore !)
 
@@ -47,6 +54,7 @@
   fncache
   generaldelta
   revlogv1
+  sparserevlog
   store
   testonly-simplestore (reposimplestore !)
 
@@ -71,6 +79,7 @@
   fncache
   generaldelta
   revlogv1
+  sparserevlog
   store
   testonly-simplestore (reposimplestore !)
 



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


More information about the Mercurial-devel mailing list