tests/helper-runtests.sh
author Matt Harbison <matt_harbison@yahoo.com>
Fri, 02 Feb 2018 23:20:55 -0500
changeset 35906 cd2342302928
parent 29220 054bcdad6042
permissions -rw-r--r--
bookmarks: drop deprecated methods (API) The ProgrammingError prevents accidental usage of the dict base class methods. .. api:: The following deprecated methods have been removed from bookmarks: __setitem__(), __delitem__(), update(), and recordchange(). Use bookmarks.applychanges() instead.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL