D5326: test: enable sparse-revlog for test-narrow-clone-stream.t

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Wed Nov 28 20:51:58 UTC 2018


lothiraldan created this revision.
Herald added a reviewer: durin42.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  We are about to enable sparse-revlog globally. To help with reviewing the
  tests change, we isolate them in individual changesets.

REPOSITORY
  rHG Mercurial

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

AFFECTED FILES
  tests/test-narrow-clone-stream.t

CHANGE DETAILS

diff --git a/tests/test-narrow-clone-stream.t b/tests/test-narrow-clone-stream.t
--- a/tests/test-narrow-clone-stream.t
+++ b/tests/test-narrow-clone-stream.t
@@ -1,3 +1,9 @@
+TRANSITIONAL CONFIG
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = yes
+  > EOF
+
 #testcases tree flat-fncache flat-nofncache
 
 Tests narrow stream clones
@@ -66,6 +72,7 @@
   generaldelta
   narrowhg-experimental
   revlogv1
+  sparserevlog
   store
   treemanifest (tree !)
 



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


More information about the Mercurial-devel mailing list