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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5329?vs=12638&id=12789

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

AFFECTED FILES
  tests/test-remotefilelog-clone.t

CHANGE DETAILS

diff --git a/tests/test-remotefilelog-clone.t b/tests/test-remotefilelog-clone.t
--- a/tests/test-remotefilelog-clone.t
+++ b/tests/test-remotefilelog-clone.t
@@ -1,3 +1,9 @@
+TRANSITIONAL CONFIG
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = yes
+  > EOF
+
 #require no-windows
 
   $ . "$TESTDIR/remotefilelog-library.sh"
@@ -28,6 +34,7 @@
   fncache
   generaldelta
   revlogv1
+  sparserevlog
   store
 
   $ hg update
@@ -61,6 +68,7 @@
   fncache
   generaldelta
   revlogv1
+  sparserevlog
   store
   $ ls .hg/store/data
   4a0a19218e082a343a1b17e5333409af9d98f0f5
@@ -109,4 +117,5 @@
   fncache
   generaldelta
   revlogv1
+  sparserevlog
   store



To: lothiraldan, #hg-reviewers
Cc: mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to