tests/helper-runtests.sh
author Anton Shestakov <av6@dwimlabs.net>
Mon, 07 Feb 2022 12:25:46 +0300
changeset 48723 27fe84a8dd60
parent 29220 054bcdad6042
permissions -rw-r--r--
obsolete: always return frozensets from obsolete.getrevs() getrevs function already returns an empty frozenset when there is no obsstore, but let's make sure to return a frozenset in any case. This makes it possible to use the result of this function as a dict key or provide it to hash() built-in function without any conversions. Differential Revision: https://phab.mercurial-scm.org/D12156

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL