tests/test-parseindex2.py.out
author Yuya Nishihara <yuya@tcha.org>
Sun, 02 Jul 2017 13:24:23 +0900
changeset 33206 45d6e2767a93
parent 7110 75fdc39b6172
permissions -rw-r--r--
tests: use system hg only if changelog or dirstate can't be read The bundled hg should work flawlessly in most cases. Make it depend on the external installation only if necessary since we can't control the whole environment. This patch doesn't implement the "exit 80" idea proposed by Jun. I don't want to keep the capability checking sync with the actual tests.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7110
75fdc39b6172 Add parseindex2.py test case
Bernhard Leiner <bleiner@gmail.com>
parents:
diff changeset
     1
done