tests/helper-runtests.sh
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 15 Jun 2017 13:42:35 -0700
changeset 32868 ef015ba5ba2e
parent 29220 054bcdad6042
permissions -rw-r--r--
revlog: rename list of nodes from "content" to "nodes" It seems like the reason for "content" is that the variable contains the nodes that the changegroup "contains", see e234eda20984 (revlog: make addgroup returns a list of node contained in the added source, 2012-01-13), but "nodes" seems much clearer.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL