##// END OF EJS Templates
errors: stop passing non-strings to Abort's constructor...
errors: stop passing non-strings to Abort's constructor The next patch will change `Abort`'s constructor and `__bytes__` functions and they will start assuming that the first argument is the messages as `bytes`. Differential Revision: https://phab.mercurial-scm.org/D9178

File last commit:

r29220:054bcdad default
r46273:a736ab68 default
Show More
helper-runtests.sh
7 lines | 122 B | application/x-sh | BashLexer
/ tests / helper-runtests.sh
timeless
tests: refactor run-tests helpers...
r29220 #
# Avoid interference from actual test env:
unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL