tests/helper-runtests.sh
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:30:46 +0200
changeset 47231 4d1c893b9095
parent 29220 054bcdad6042
permissions -rw-r--r--
revlog: unify flag processing when loading index The new code use a simple declaration to do centralised processing. This is clearer, shorter and less error prone. This will be especially useful as we plan to add a fourth format: changelog-v2. Differential Revision: https://phab.mercurial-scm.org/D10622

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL