D5327: test: enable sparse-revlog for test-narrow-clone.t

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


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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5327?vs=12636&id=12787

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

AFFECTED FILES
  tests/test-narrow-clone.t

CHANGE DETAILS

diff --git a/tests/test-narrow-clone.t b/tests/test-narrow-clone.t
--- a/tests/test-narrow-clone.t
+++ b/tests/test-narrow-clone.t
@@ -1,3 +1,9 @@
+TRANSITIONAL CONFIG
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = yes
+  > EOF
+
   $ . "$TESTDIR/narrow-library.sh"
 
   $ hg init master
@@ -43,6 +49,7 @@
   fncache
   narrowhg-experimental
   revlogv1
+  sparserevlog
   store
   testonly-simplestore (reposimplestore !)
 



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


More information about the Mercurial-devel mailing list