Skip to content
Snippets Groups Projects
Commit 0d62c3149fb9 authored by Boris Feld's avatar Boris Feld
Browse files

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
parent a714eee1ac28
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment