tests/test-check-py3-compat.t
changeset 30057 a8ba9a23c893
parent 30054 8b89521a69ba
child 30071 2def3d55b1b9
equal deleted inserted replaced
30056:3eb4df6d15f8 30057:a8ba9a23c893
    14 
    14 
    15 #if py3exe
    15 #if py3exe
    16   $ hg files 'set:(**.py) - grep(pygments)' | sed 's|\\|/|g' \
    16   $ hg files 'set:(**.py) - grep(pygments)' | sed 's|\\|/|g' \
    17   > | xargs $PYTHON3 contrib/check-py3-compat.py \
    17   > | xargs $PYTHON3 contrib/check-py3-compat.py \
    18   > | sed 's/[0-9][0-9]*)$/*)/'
    18   > | sed 's/[0-9][0-9]*)$/*)/'
    19   doc/hgmanpage.py: invalid syntax: invalid syntax (<unknown>, line *)
       
    20   hgext/acl.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    19   hgext/acl.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    21   hgext/automv.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    20   hgext/automv.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    22   hgext/blackbox.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    21   hgext/blackbox.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    23   hgext/bugzilla.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    22   hgext/bugzilla.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    24   hgext/censor.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)
    23   hgext/censor.py: error importing: <TypeError> Can't mix strings and bytes in path components (error at i18n.py:*)