##// END OF EJS Templates
test: explicitly disable sparse-revlog in test-generaldelta.t...
Boris Feld -
r40921:0d62c314 default
parent child Browse files
Show More
@@ -5,6 +5,11 b' regular equivalent. Test would fail if g'
5 5 implementation of parentdelta: third manifest revision would be fully
6 6 inserted due to big distance from its paren revision (zero).
7 7
8 $ cat << EOF >> $HGRCPATH
9 > [format]
10 > sparse-revlog = no
11 > EOF
12
8 13 $ hg init repo --config format.generaldelta=no --config format.usegeneraldelta=no
9 14 $ cd repo
10 15 $ echo foo > foo
General Comments 0
You need to be logged in to leave comments. Login now