D5333: test: enable sparse-revlog for test-revlog-v2.t

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


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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5333?vs=12642&id=12792

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

AFFECTED FILES
  tests/test-revlog-v2.t

CHANGE DETAILS

diff --git a/tests/test-revlog-v2.t b/tests/test-revlog-v2.t
--- a/tests/test-revlog-v2.t
+++ b/tests/test-revlog-v2.t
@@ -1,3 +1,9 @@
+TRANSITIONAL CONFIG
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = yes
+  > EOF
+
 #require reporevlogstore
 
 A repo with unknown revlogv2 requirement string cannot be opened
@@ -24,6 +30,7 @@
   dotencode
   exp-revlogv2.0
   fncache
+  sparserevlog
   store
 
   $ hg log



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


More information about the Mercurial-devel mailing list