view tests/helper-runtests.sh @ 39683:337d6e0fd9c9

transaction: make report a private attribute This is a callable used for logging. It isn't used outside the transaction code. It doesn't need to be part of the public interface. Let's mark it as private. Differential Revision: https://phab.mercurial-scm.org/D4631
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 17 Sep 2018 16:11:25 -0700
parents 054bcdad6042
children
line wrap: on
line source

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL