Check for proper location of pushrebase extension

Test Plan: run all tests; no more skipped tests

Reviewers: #mercurial, ttung, quark

Reviewed By: quark

Subscribers: quark

Differential Revision: https://phabricator.intern.facebook.com/D3819316

Signature: t1:3819316:1473091353:c695355d74576f879062865c22f0c675c9864367
This commit is contained in:
Ryan McElroy 2016-09-05 09:09:20 -07:00
parent cc24c79882
commit ed2da125a7

View File

@ -1,4 +1,4 @@
$ $PYTHON -c 'import pushrebase' || exit 80
$ $PYTHON -c 'import hgext3rd.pushrebase' || exit 80
$ . "$TESTDIR/library.sh"