##// END OF EJS Templates
exchange: refactor control flow of _getbundlechangegrouppart()...
exchange: refactor control flow of _getbundlechangegrouppart() The use of early return makes the control flow of this function much easier to reason about IMO. Differential Revision: https://phab.mercurial-scm.org/D4010

File last commit:

r29220:054bcdad default
r38816:188d12d8 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