comparison tests/test-check-py3-compat.t @ 28400:a84fc98a8af5

contrib: remove references to 2to3 The custom porting fixers are removed. A comment related to 2to3 has been removed from the import checker. After this patch, no references to 2to3 remain.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 27 Feb 2016 21:15:16 -0800
parents 27996f78a64c
children 06245740b408
comparison
equal deleted inserted replaced
28399:2af0156cebaa 28400:a84fc98a8af5
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 6 contrib/check-code.py not using absolute_import
7 contrib/check-code.py requires print_function 7 contrib/check-code.py requires print_function
8 contrib/debugshell.py not using absolute_import 8 contrib/debugshell.py not using absolute_import
9 contrib/hgfixes/fix_bytes.py not using absolute_import
10 contrib/hgfixes/fix_bytesmod.py not using absolute_import
11 contrib/hgfixes/fix_leftover_imports.py not using absolute_import
12 contrib/import-checker.py not using absolute_import 9 contrib/import-checker.py not using absolute_import
13 contrib/import-checker.py requires print_function 10 contrib/import-checker.py requires print_function
14 contrib/memory.py not using absolute_import 11 contrib/memory.py not using absolute_import
15 contrib/perf.py not using absolute_import 12 contrib/perf.py not using absolute_import
16 contrib/python-hook-examples.py not using absolute_import 13 contrib/python-hook-examples.py not using absolute_import