diff -r 5109217a9ab6 -r 6d61be152c55 tests/test-revlog-raw.py --- a/tests/test-revlog-raw.py Thu Aug 08 01:25:37 2019 +0200 +++ b/tests/test-revlog-raw.py Thu Aug 08 01:59:43 2019 +0200 @@ -16,6 +16,7 @@ from mercurial.revlogutils import ( deltas, + flagutil, ) # TESTTMP is optional. This makes it convenient to run without run-tests.py @@ -56,7 +57,7 @@ # can be used to verify hash. return False -revlog.addflagprocessor(revlog.REVIDX_EXTSTORED, +flagutil.addflagprocessor(revlog.REVIDX_EXTSTORED, (readprocessor, writeprocessor, rawprocessor)) # Utilities about reading and appending revlog