tests/test-check-py3-compat.t
changeset 28561 330584235c22
parent 28522 f2fe7b199bb4
child 28562 2b585677220e
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