# HG changeset patch # User Boris Feld # Date 1541981581 -3600 # 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 -r 8aa7879adacf -r 75728718257e tests/test-parseindex.t --- a/tests/test-parseindex.t Mon Nov 12 01:41:23 2018 +0100 +++ b/tests/test-parseindex.t Mon Nov 12 01:13:01 2018 +0100 @@ -132,9 +132,9 @@ $ 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" <