Skip to content
Snippets Groups Projects
Commit f43689badeff authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

test: enforce non-generaldelta base repository in 'test-generaldelta'

This test check the difference between various configurations we have to pin the
type of some repositories to ensure the test is still correct when we change the
default.
parent f40f62ea43e0
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
implementation of parentdelta: third manifest revision would be fully
inserted due to big distance from its paren revision (zero).
$ hg init repo
$ hg init repo --config format.generaldelta=no --config format.usegeneraldelta=no
$ cd repo
$ echo foo > foo
$ echo bar > bar
......@@ -62,7 +62,7 @@
o 0 3903 a
$ cd ..
$ hg init client --config format.generaldelta=false
$ hg init client --config format.generaldelta=false --config format.usegeneraldelta=false
$ cd client
$ hg pull -q ../server -r 4
$ hg debugindex x
......
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