Mercurial > hg
comparison tests/test-check-py3-compat.t @ 28680:ae606bdedc3e
py3: make test-ui-config use absolute_import
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 29 Mar 2016 16:33:09 +0530 |
parents | e48a8ac66a41 |
children | eda8b28e3b1b |
comparison
equal
deleted
inserted
replaced
28679:e48a8ac66a41 | 28680:ae606bdedc3e |
---|---|
107 tests/test-symlink-os-yes-fs-no.py not using absolute_import | 107 tests/test-symlink-os-yes-fs-no.py not using absolute_import |
108 tests/test-trusted.py not using absolute_import | 108 tests/test-trusted.py not using absolute_import |
109 tests/test-trusted.py requires print_function | 109 tests/test-trusted.py requires print_function |
110 tests/test-ui-color.py not using absolute_import | 110 tests/test-ui-color.py not using absolute_import |
111 tests/test-ui-color.py requires print_function | 111 tests/test-ui-color.py requires print_function |
112 tests/test-ui-config.py not using absolute_import | |
113 tests/test-ui-config.py requires print_function | 112 tests/test-ui-config.py requires print_function |
114 tests/test-url.py not using absolute_import | 113 tests/test-url.py not using absolute_import |
115 | 114 |
116 #if py3exe | 115 #if py3exe |
117 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py | 116 $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py |