##// END OF EJS Templates
test: make sure sparse-revlog does not interfer with test-parseindex.t...
Boris Feld -
r40923:75728718 default
parent child Browse files
Show More
@@ -132,9 +132,9 b' Test corrupted p1/p2 fields that could c'
132 $ mkdir invalidparent
132 $ mkdir invalidparent
133 $ cd invalidparent
133 $ cd invalidparent
134
134
135 $ hg clone --pull -q --config phases.publish=False ../a limit
135 $ hg clone --pull -q --config phases.publish=False ../a limit --config format.sparse-revlog=no
136 $ hg clone --pull -q --config phases.publish=False ../a neglimit
136 $ hg clone --pull -q --config phases.publish=False ../a neglimit --config format.sparse-revlog=no
137 $ hg clone --pull -q --config phases.publish=False ../a segv
137 $ hg clone --pull -q --config phases.publish=False ../a segv --config format.sparse-revlog=no
138 $ rm -R limit/.hg/cache neglimit/.hg/cache segv/.hg/cache
138 $ rm -R limit/.hg/cache neglimit/.hg/cache segv/.hg/cache
139
139
140 $ "$PYTHON" <<EOF
140 $ "$PYTHON" <<EOF
General Comments 0
You need to be logged in to leave comments. Login now