D5312: test: explicitly disable sparse-revlog in test-generaldelta.t

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Mon Dec 10 15:33:10 UTC 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG0d62c3149fb9: test: explicitly disable sparse-revlog in test-generaldelta.t (authored by lothiraldan, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5312?vs=12621&id=12772

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

AFFECTED FILES
  tests/test-generaldelta.t

CHANGE DETAILS

diff --git a/tests/test-generaldelta.t b/tests/test-generaldelta.t
--- a/tests/test-generaldelta.t
+++ b/tests/test-generaldelta.t
@@ -5,6 +5,11 @@
 implementation of parentdelta: third manifest revision would be fully
 inserted due to big distance from its paren revision (zero).
 
+  $ cat << EOF >> $HGRCPATH
+  > [format]
+  > sparse-revlog = no
+  > EOF
+
   $ hg init repo --config format.generaldelta=no --config format.usegeneraldelta=no
   $ cd repo
   $ echo foo > foo



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


More information about the Mercurial-devel mailing list