equal
deleted
inserted
replaced
|
1 TRANSITIONAL CONFIG |
|
2 $ cat << EOF >> $HGRCPATH |
|
3 > [format] |
|
4 > sparse-revlog = yes |
|
5 > EOF |
|
6 |
1 $ . $TESTDIR/wireprotohelpers.sh |
7 $ . $TESTDIR/wireprotohelpers.sh |
2 $ cat >> $HGRCPATH << EOF |
8 $ cat >> $HGRCPATH << EOF |
3 > [extensions] |
9 > [extensions] |
4 > blackbox = |
10 > blackbox = |
5 > [blackbox] |
11 > [blackbox] |
430 b'path:', |
436 b'path:', |
431 b'rootfilesin:' |
437 b'rootfilesin:' |
432 ]), |
438 ]), |
433 b'rawrepoformats': [ |
439 b'rawrepoformats': [ |
434 b'generaldelta', |
440 b'generaldelta', |
435 b'revlogv1' |
441 b'revlogv1', |
|
442 b'sparserevlog' |
436 ] |
443 ] |
437 } |
444 } |
438 ] |
445 ] |
439 |
446 |
440 $ test -f .hg/blackbox.log |
447 $ test -f .hg/blackbox.log |