comparison tests/test-narrow-clone-stream.t @ 40917:192291ca909b

test: enable sparse-revlog for test-narrow-clone-stream.t We are about to enable sparse-revlog globally. To help with reviewing the tests change, we isolate them in individual changesets. Differential Revision: https://phab.mercurial-scm.org/D5326
author Boris Feld <boris.feld@octobus.net>
date Mon, 12 Nov 2018 01:12:15 +0100
parents a694a7159125
children a0886a4d6dce
comparison
equal deleted inserted replaced
40916:eecc7a2ebf52 40917:192291ca909b
1 TRANSITIONAL CONFIG
2 $ cat << EOF >> $HGRCPATH
3 > [format]
4 > sparse-revlog = yes
5 > EOF
6
1 #testcases tree flat-fncache flat-nofncache 7 #testcases tree flat-fncache flat-nofncache
2 8
3 Tests narrow stream clones 9 Tests narrow stream clones
4 10
5 $ . "$TESTDIR/narrow-library.sh" 11 $ . "$TESTDIR/narrow-library.sh"
64 dotencode (tree flat-fncache !) 70 dotencode (tree flat-fncache !)
65 fncache (tree flat-fncache !) 71 fncache (tree flat-fncache !)
66 generaldelta 72 generaldelta
67 narrowhg-experimental 73 narrowhg-experimental
68 revlogv1 74 revlogv1
75 sparserevlog
69 store 76 store
70 treemanifest (tree !) 77 treemanifest (tree !)
71 78
72 Making sure store has the required files 79 Making sure store has the required files
73 80