Mercurial > hg
comparison tests/test-check-py3-compat.t @ 28561:330584235c22
contrib: make perf.py use absolute_import
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Wed, 16 Mar 2016 04:12:16 +0530 |
parents | f2fe7b199bb4 |
children | 2b585677220e |
comparison
equal
deleted
inserted
replaced
28560:bfbd3f02b442 | 28561:330584235c22 |
---|---|
3 $ cd "$TESTDIR"/.. | 3 $ cd "$TESTDIR"/.. |
4 | 4 |
5 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py | 5 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py |
6 contrib/import-checker.py not using absolute_import | 6 contrib/import-checker.py not using absolute_import |
7 contrib/import-checker.py requires print_function | 7 contrib/import-checker.py requires print_function |
8 contrib/perf.py not using absolute_import | |
9 contrib/python-hook-examples.py not using absolute_import | 8 contrib/python-hook-examples.py not using absolute_import |
10 contrib/revsetbenchmarks.py not using absolute_import | 9 contrib/revsetbenchmarks.py not using absolute_import |
11 contrib/revsetbenchmarks.py requires print_function | 10 contrib/revsetbenchmarks.py requires print_function |
12 contrib/synthrepo.py not using absolute_import | 11 contrib/synthrepo.py not using absolute_import |
13 doc/check-seclevel.py not using absolute_import | 12 doc/check-seclevel.py not using absolute_import |