equal
deleted
inserted
replaced
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 |