tests/helper-runtests.sh
author Yuya Nishihara <yuya@tcha.org>
Sat, 01 Oct 2016 20:20:11 +0900
changeset 30044 69b61d0bb008
parent 29220 054bcdad6042
permissions -rw-r--r--
revset: do not rewrite ':y' to '0:y' (issue5385) That's no longer valid since the revision 0 may be hidden. Bypass validating the existence of '0' and filter it by spanset.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL