test: explicitly disable sparse-revlog in test-generaldelta.t
authorBoris Feld <boris.feld@octobus.net>
Mon, 12 Nov 2018 01:40:33 +0100
changeset 40885 0d62c3149fb9
parent 40884 a714eee1ac28
child 40886 8aa7879adacf
test: explicitly disable sparse-revlog in test-generaldelta.t That test is about testing generaldelta without further improvement. We ensure it will stay that way even if sparse-revlog is turned on by default. The sparse-revlog format is tested on his own in a different test file. Differential Revision: https://phab.mercurial-scm.org/D5312
tests/test-generaldelta.t
--- a/tests/test-generaldelta.t	Mon Nov 12 01:42:03 2018 +0100
+++ b/tests/test-generaldelta.t	Mon Nov 12 01:40:33 2018 +0100
@@ -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