tests/test-check-py3-compat.t
changeset 28509 9e3ecb6f4995
parent 28481 ec75c94262a5
child 28510 ade330deb39a
equal deleted inserted replaced
28508:3c6e94d0811c 28509:9e3ecb6f4995
     1 #require test-repo
     1 #require test-repo
     2 
     2 
     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/check-code.py not using absolute_import
       
     7   contrib/check-code.py requires print_function
       
     8   contrib/import-checker.py not using absolute_import
     6   contrib/import-checker.py not using absolute_import
     9   contrib/import-checker.py requires print_function
     7   contrib/import-checker.py requires print_function
    10   contrib/memory.py not using absolute_import
     8   contrib/memory.py not using absolute_import
    11   contrib/perf.py not using absolute_import
     9   contrib/perf.py not using absolute_import
    12   contrib/python-hook-examples.py not using absolute_import
    10   contrib/python-hook-examples.py not using absolute_import