equal
deleted
inserted
replaced
3 $ . "$TESTDIR/helpers-testrepo.sh" |
3 $ . "$TESTDIR/helpers-testrepo.sh" |
4 $ cd "$TESTDIR"/.. |
4 $ cd "$TESTDIR"/.. |
5 |
5 |
6 #if no-py3 |
6 #if no-py3 |
7 $ testrepohg files 'set:(**.py)' \ |
7 $ testrepohg files 'set:(**.py)' \ |
|
8 > -X contrib/packaging/hgpackaging/ \ |
8 > -X contrib/packaging/inno/ \ |
9 > -X contrib/packaging/inno/ \ |
9 > -X contrib/packaging/packagingutil.py \ |
|
10 > -X hgdemandimport/demandimportpy2.py \ |
10 > -X hgdemandimport/demandimportpy2.py \ |
11 > -X mercurial/thirdparty/cbor \ |
11 > -X mercurial/thirdparty/cbor \ |
12 > | sed 's|\\|/|g' | xargs "$PYTHON" contrib/check-py3-compat.py |
12 > | sed 's|\\|/|g' | xargs "$PYTHON" contrib/check-py3-compat.py |
13 contrib/python-zstandard/setup.py not using absolute_import |
13 contrib/python-zstandard/setup.py not using absolute_import |
14 contrib/python-zstandard/setup_zstd.py not using absolute_import |
14 contrib/python-zstandard/setup_zstd.py not using absolute_import |