Mercurial > hg
comparison tests/test-check-py3-compat.t @ 28927:2d433fa7ff44
tests: make test-simplemerge use absolute_import
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sat, 16 Apr 2016 02:59:36 +0530 |
parents | 72f683260f31 |
children | 59481bfdb7f3 |
comparison
equal
deleted
inserted
replaced
28926:0411b7998d9b | 28927:2d433fa7ff44 |
---|---|
59 tests/test-hgwebdir-paths.py not using absolute_import | 59 tests/test-hgwebdir-paths.py not using absolute_import |
60 tests/test-lrucachedict.py not using absolute_import | 60 tests/test-lrucachedict.py not using absolute_import |
61 tests/test-lrucachedict.py requires print_function | 61 tests/test-lrucachedict.py requires print_function |
62 tests/test-manifest.py not using absolute_import | 62 tests/test-manifest.py not using absolute_import |
63 tests/test-pathencode.py not using absolute_import | 63 tests/test-pathencode.py not using absolute_import |
64 tests/test-simplemerge.py not using absolute_import | |
65 tests/test-trusted.py requires print_function | 64 tests/test-trusted.py requires print_function |
66 | 65 |
67 #if py3exe | 66 #if py3exe |
68 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py | 67 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py |
69 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) | 68 contrib/check-code.py: invalid syntax: (unicode error) 'unicodeescape' codec can't decode bytes in position *-*: malformed \N character escape (<unknown>, line *) (glob) |