diff tests/test-generaldelta.t @ 40885:0d62c3149fb9

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
author Boris Feld <boris.feld@octobus.net>
date Mon, 12 Nov 2018 01:40:33 +0100
parents 634b45317459
children f6eff9e4de80
line wrap: on
line diff
--- 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