# HG changeset patch # User Kyle Lippincott # Date 1526510892 25200 # Node ID ca890999d3175a4b8af6e64094be8965a3a9d856 # Parent 5046c906b25d858d5f961bc064dfb270c3a159b4 tests: test-parseindex.t works just fine with chg In 538e850ae737 I annotated tests that failed with chg with "#require no-chg", but did not investigate why the tests were failing. This test was failing for unrelated reasons (I forgot to rebuild hg) and so should not be marked as no-chg. Test Plan: make local pushd contrib/chg make clean; make popd cd tests for f in '' --with-chg=../contrib/chg/chg; do ./run-tests.py --local $f test-parseindex.t done Differential Revision: https://phab.mercurial-scm.org/D3571 diff -r 5046c906b25d -r ca890999d317 tests/test-parseindex.t --- a/tests/test-parseindex.t Fri Apr 27 21:55:02 2018 +0530 +++ b/tests/test-parseindex.t Wed May 16 15:48:12 2018 -0700 @@ -1,5 +1,3 @@ -#require no-chg - revlog.parseindex must be able to parse the index file even if an index entry is split between two 64k blocks. The ideal test would be to create an index file with inline data where