tests/helper-runtests.sh
author pavanpc@fb.com
Fri, 17 Nov 2017 22:52:40 +0000
changeset 35144 7a58608281dd
parent 29220 054bcdad6042
permissions -rw-r--r--
remove: print message for each file in verbose mode only while using `-A` (BC) hg rm -A option prints the message of every file in the repo. This is not very user friendly for a big repository with thousands of files. So enabling this feature only when run in --verbose mode (hg rm -Av) Differential Revision: https://phab.mercurial-scm.org/D1336

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL