comparison tests/test-check-py3-compat.t @ 28915:40afa22bee9b

tests: make test-ui-color use absolute_import
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 14 Apr 2016 00:56:08 +0530
parents 63fe5ddb8715
children 3b453513f1fe
comparison
equal deleted inserted replaced
28914:63fe5ddb8715 28915:40afa22bee9b
64 tests/test-pathencode.py requires print_function 64 tests/test-pathencode.py requires print_function
65 tests/test-run-tests.py not using absolute_import 65 tests/test-run-tests.py not using absolute_import
66 tests/test-simplemerge.py not using absolute_import 66 tests/test-simplemerge.py not using absolute_import
67 tests/test-symlink-os-yes-fs-no.py not using absolute_import 67 tests/test-symlink-os-yes-fs-no.py not using absolute_import
68 tests/test-trusted.py requires print_function 68 tests/test-trusted.py requires print_function
69 tests/test-ui-color.py not using absolute_import
70 69
71 #if py3exe 70 #if py3exe
72 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py 71 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
73 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) 72 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob)
74 doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob) 73 doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)