##// END OF EJS Templates
test: use generaldelta in test-manifestv2.t...
Pierre-Yves David -
r26917:2329ca3e default
parent child Browse files
Show More
@@ -1,5 +1,10 b''
1 Create repo with old manifest
1 Create repo with old manifest
2
2
3 $ cat << EOF >> $HGRCPATH
4 > [format]
5 > usegeneraldelta=yes
6 > EOF
7
3 $ hg init existing
8 $ hg init existing
4 $ cd existing
9 $ cd existing
5 $ echo footext > foo
10 $ echo footext > foo
@@ -91,6 +96,6 b" Check that 'hg verify', which uses manif"
91 Check that manifest revlog is smaller than for v1
96 Check that manifest revlog is smaller than for v1
92
97
93 $ hg debugindex -m
98 $ hg debugindex -m
94 rev offset length base linkrev nodeid p1 p2
99 rev offset length delta linkrev nodeid p1 p2
95 0 0 81 0 0 57361477c778 000000000000 000000000000
100 0 0 81 -1 0 57361477c778 000000000000 000000000000
96 1 81 33 0 1 aeaab5a2ef74 57361477c778 000000000000
101 1 81 33 0 1 aeaab5a2ef74 57361477c778 000000000000
General Comments 0
You need to be logged in to leave comments. Login now