tests/test-check-py3-compat.t
changeset 29124 555ab813c237
parent 29123 0e6b5a5aca22
child 29125 9b12517a7081
equal deleted inserted replaced
29123:0e6b5a5aca22 29124:555ab813c237
     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   hgext/fsmonitor/pywatchman/__init__.py not using absolute_import
     6   hgext/fsmonitor/pywatchman/__init__.py not using absolute_import
     7   hgext/fsmonitor/pywatchman/__init__.py requires print_function
     7   hgext/fsmonitor/pywatchman/__init__.py requires print_function
     8   hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import
     8   hgext/fsmonitor/pywatchman/capabilities.py not using absolute_import
     9   hgext/fsmonitor/pywatchman/pybser.py not using absolute_import
     9   hgext/fsmonitor/pywatchman/pybser.py not using absolute_import
    10   hgext/gpg.py not using absolute_import
       
    11   hgext/hgcia.py not using absolute_import
    10   hgext/hgcia.py not using absolute_import
    12   hgext/hgk.py not using absolute_import
    11   hgext/hgk.py not using absolute_import
    13   hgext/highlight/__init__.py not using absolute_import
    12   hgext/highlight/__init__.py not using absolute_import
    14   hgext/highlight/highlight.py not using absolute_import
    13   hgext/highlight/highlight.py not using absolute_import
    15   hgext/histedit.py not using absolute_import
    14   hgext/histedit.py not using absolute_import
    70   hgext/eol.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    69   hgext/eol.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    71   hgext/extdiff.py: error importing module: <SyntaxError> invalid syntax (archival.py, line *) (line *) (glob)
    70   hgext/extdiff.py: error importing module: <SyntaxError> invalid syntax (archival.py, line *) (line *) (glob)
    72   hgext/factotum.py: error importing: <ImportError> No module named 'cStringIO' (error at __init__.py:*) (glob)
    71   hgext/factotum.py: error importing: <ImportError> No module named 'cStringIO' (error at __init__.py:*) (glob)
    73   hgext/fetch.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    72   hgext/fetch.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    74   hgext/fsmonitor/watchmanclient.py: error importing module: <SystemError> Parent module 'hgext.fsmonitor' not loaded, cannot perform relative import (line *) (glob)
    73   hgext/fsmonitor/watchmanclient.py: error importing module: <SystemError> Parent module 'hgext.fsmonitor' not loaded, cannot perform relative import (line *) (glob)
    75   hgext/gpg.py: error importing module: <SyntaxError> invalid syntax (commands.py, line *) (line *) (glob)
    74   hgext/gpg.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    76   hgext/graphlog.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    75   hgext/graphlog.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    77   hgext/hgcia.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    76   hgext/hgcia.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    78   hgext/hgk.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    77   hgext/hgk.py: error importing: <AttributeError> 'dict' object has no attribute 'iteritems' (error at revset.py:*) (glob)
    79   hgext/histedit.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob)
    78   hgext/histedit.py: error importing module: <SyntaxError> invalid syntax (bundle*.py, line *) (line *) (glob)
    80   hgext/keyword.py: error importing: <ImportError> No module named 'BaseHTTPServer' (error at common.py:*) (glob)
    79   hgext/keyword.py: error importing: <ImportError> No module named 'BaseHTTPServer' (error at common.py:*) (glob)