Show More
@@ -1,5 +1,10 | |||
|
1 | 1 | Create repo with old manifest |
|
2 | 2 | |
|
3 | $ cat << EOF >> $HGRCPATH | |
|
4 | > [format] | |
|
5 | > usegeneraldelta=yes | |
|
6 | > EOF | |
|
7 | ||
|
3 | 8 | $ hg init existing |
|
4 | 9 | $ cd existing |
|
5 | 10 | $ echo footext > foo |
@@ -91,6 +96,6 Check that 'hg verify', which uses manif | |||
|
91 | 96 | Check that manifest revlog is smaller than for v1 |
|
92 | 97 | |
|
93 | 98 | $ hg debugindex -m |
|
94 |
rev offset length |
|
|
95 |
0 0 81 |
|
|
99 | rev offset length delta linkrev nodeid p1 p2 | |
|
100 | 0 0 81 -1 0 57361477c778 000000000000 000000000000 | |
|
96 | 101 | 1 81 33 0 1 aeaab5a2ef74 57361477c778 000000000000 |
General Comments 0
You need to be logged in to leave comments.
Login now