tests/test-check-py3-compat.t
changeset 29485 6a98f9408a50
parent 29455 0c741fd6158a
child 29550 1c22400db72d
equal deleted inserted replaced
29484:53b7fc7cc2bb 29485:6a98f9408a50
     6   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py
     6   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs python contrib/check-py3-compat.py
     7   hgext/fsmonitor/pywatchman/__init__.py not using absolute_import
     7   hgext/fsmonitor/pywatchman/__init__.py not using absolute_import
     8   hgext/fsmonitor/pywatchman/__init__.py requires print_function
     8   hgext/fsmonitor/pywatchman/__init__.py requires print_function
     9   hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import
     9   hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import
    10   hgext/fsmonitor/pywatchman/pybser.py not using absolute_import
    10   hgext/fsmonitor/pywatchman/pybser.py not using absolute_import
    11   hgext/highlight/__init__.py not using absolute_import
       
    12   hgext/highlight/highlight.py not using absolute_import
       
    13   hgext/share.py not using absolute_import
       
    14   hgext/win32text.py not using absolute_import
       
    15   i18n/check-translation.py not using absolute_import
    11   i18n/check-translation.py not using absolute_import
    16   i18n/polib.py not using absolute_import
       
    17   setup.py not using absolute_import
    12   setup.py not using absolute_import
    18   tests/heredoctest.py requires print_function
       
    19   tests/md5sum.py not using absolute_import
       
    20   tests/readlink.py not using absolute_import
       
    21   tests/run-tests.py not using absolute_import
       
    22   tests/test-demandimport.py not using absolute_import
    13   tests/test-demandimport.py not using absolute_import
    23 
    14 
    24 #if py3exe
    15 #if py3exe
    25   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
    16   $ hg files 'set:(**.py)' | sed 's|\\|/|g' | xargs $PYTHON3 contrib/check-py3-compat.py
    26   doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)
    17   doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *) (glob)