tests/test-check-py3-compat.t
changeset 28967 cd5e7195e441
parent 28966 ea1fab5293ca
child 28968 a5d449a7bc8f
equal deleted inserted replaced
28966:ea1fab5293ca 28967:cd5e7195e441
     1 #require test-repo
     1 #require test-repo
     2 
     2 
     3   $ cd "$TESTDIR"/..
     3   $ cd "$TESTDIR"/..
     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   doc/hgmanpage.py not using absolute_import
       
     7   hgext/color.py not using absolute_import
     6   hgext/color.py not using absolute_import
     8   hgext/eol.py not using absolute_import
     7   hgext/eol.py not using absolute_import
     9   hgext/extdiff.py not using absolute_import
     8   hgext/extdiff.py not using absolute_import
    10   hgext/factotum.py not using absolute_import
     9   hgext/factotum.py not using absolute_import
    11   hgext/fetch.py not using absolute_import
    10   hgext/fetch.py not using absolute_import