Show More
@@ -5,6 +5,11 b' regular equivalent. Test would fail if g' | |||||
5 | implementation of parentdelta: third manifest revision would be fully |
|
5 | implementation of parentdelta: third manifest revision would be fully | |
6 | inserted due to big distance from its paren revision (zero). |
|
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 | $ hg init repo --config format.generaldelta=no --config format.usegeneraldelta=no |
|
13 | $ hg init repo --config format.generaldelta=no --config format.usegeneraldelta=no | |
9 | $ cd repo |
|
14 | $ cd repo | |
10 | $ echo foo > foo |
|
15 | $ echo foo > foo |
General Comments 0
You need to be logged in to leave comments.
Login now