##// END OF EJS Templates
revset: record if a set is in topographical order...
revset: record if a set is in topographical order A later revision adds actual topographical sorting. Recording if a set is in this order allows hg log -G to avoid re-sorting the revset.

File last commit:

r29220:054bcdad default
r29346:38e0c83c default
Show More
helper-runtests.sh
7 lines | 122 B | application/x-sh | BashLexer
#
# Avoid interference from actual test env:
unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL