D5341: test: enable sparse-revlog for test-wireproto-caching.t

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


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

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5341?vs=12650&id=12801

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

AFFECTED FILES
  tests/test-wireproto-caching.t

CHANGE DETAILS

diff --git a/tests/test-wireproto-caching.t b/tests/test-wireproto-caching.t
--- a/tests/test-wireproto-caching.t
+++ b/tests/test-wireproto-caching.t
@@ -1,3 +1,9 @@
+TRANSITIONAL CONFIG
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = yes
+  > EOF
+
   $ . $TESTDIR/wireprotohelpers.sh
   $ cat >> $HGRCPATH << EOF
   > [extensions]
@@ -432,7 +438,8 @@
       ]),
       b'rawrepoformats': [
         b'generaldelta',
-        b'revlogv1'
+        b'revlogv1',
+        b'sparserevlog'
       ]
     }
   ]



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


More information about the Mercurial-devel mailing list