tests/test-check-py3-compat.t
changeset 28966 ea1fab5293ca
parent 28965 98153441c8cc
child 28967 cd5e7195e441
equal deleted inserted replaced
28965:98153441c8cc 28966:ea1fab5293ca
     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/gendoc.py not using absolute_import
       
     7   doc/hgmanpage.py not using absolute_import
     6   doc/hgmanpage.py not using absolute_import
     8   hgext/color.py not using absolute_import
     7   hgext/color.py not using absolute_import
     9   hgext/eol.py not using absolute_import
     8   hgext/eol.py not using absolute_import
    10   hgext/extdiff.py not using absolute_import
     9   hgext/extdiff.py not using absolute_import
    11   hgext/factotum.py not using absolute_import
    10   hgext/factotum.py not using absolute_import