# HG changeset patch # User Boris Feld # Date 2018-11-12 00:13:01 # Node ID 75728718257e3278e6f753322e98d56c52b2b06e # Parent 8aa7879adacfccc22702773354e213d422f6b3b8 test: make sure sparse-revlog does not interfer with test-parseindex.t That test carefully craft revlog to reproduce issues. We do not want new revlog behavior to interfere with that. Differential Revision: https://phab.mercurial-scm.org/D5314 diff --git a/tests/test-parseindex.t b/tests/test-parseindex.t --- a/tests/test-parseindex.t +++ b/tests/test-parseindex.t @@ -132,9 +132,9 @@ Test corrupted p1/p2 fields that could c $ mkdir invalidparent $ cd invalidparent - $ hg clone --pull -q --config phases.publish=False ../a limit - $ hg clone --pull -q --config phases.publish=False ../a neglimit - $ hg clone --pull -q --config phases.publish=False ../a segv + $ hg clone --pull -q --config phases.publish=False ../a limit --config format.sparse-revlog=no + $ hg clone --pull -q --config phases.publish=False ../a neglimit --config format.sparse-revlog=no + $ hg clone --pull -q --config phases.publish=False ../a segv --config format.sparse-revlog=no $ rm -R limit/.hg/cache neglimit/.hg/cache segv/.hg/cache $ "$PYTHON" <