tests/helper-runtests.sh
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 01 Nov 2016 18:29:09 -0700
changeset 30282 dc7c4dbc1af9
parent 29220 054bcdad6042
permissions -rw-r--r--
changegroup: use changelogrevision() Using offsets for accessing changelog entries isn't very readable. As a bonus, changelog.changelogrevision() also accepts a revision, so we don't need to perform the inline node resolution either.

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL