comparison contrib/python3-whitelist @ 40281:29b0e9cd02f4

py3: fix test-revlog.t The mpatchError has a trailing comma on Python 2 but not on Python 3, so use a glob to handle both Python 2 and Python 3. Differential Revision: https://phab.mercurial-scm.org/D5093
author Mark Thomas <mbthomas@fb.com>
date Sun, 14 Oct 2018 09:07:43 +0000
parents 125fc478719f
children e4f82db071a4
comparison
equal deleted inserted replaced
40280:170cd2a5a1da 40281:29b0e9cd02f4
522 test-revlog-group-emptyiter.t 522 test-revlog-group-emptyiter.t
523 test-revlog-mmapindex.t 523 test-revlog-mmapindex.t
524 test-revlog-packentry.t 524 test-revlog-packentry.t
525 test-revlog-raw.py 525 test-revlog-raw.py
526 test-revlog-v2.t 526 test-revlog-v2.t
527 test-revlog.t
527 test-revset-dirstate-parents.t 528 test-revset-dirstate-parents.t
528 test-revset-legacy-lookup.t 529 test-revset-legacy-lookup.t
529 test-revset-outgoing.t 530 test-revset-outgoing.t
530 test-rollback.t 531 test-rollback.t
531 test-run-tests.py 532 test-run-tests.py