tests/test-check-pytype.t
changeset 48489 12a43f857a11
parent 48487 333a2656e981
child 48490 81805bba11f9
equal deleted inserted replaced
48488:f8540fe4be0f 48489:12a43f857a11
    24 mercurial/localrepo.py        # [attribute-error]
    24 mercurial/localrepo.py        # [attribute-error]
    25 mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
    25 mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
    26 mercurial/minirst.py          # [unsupported-operands], [attribute-error]
    26 mercurial/minirst.py          # [unsupported-operands], [attribute-error]
    27 mercurial/pure/osutil.py      # [invalid-typevar], [not-callable]
    27 mercurial/pure/osutil.py      # [invalid-typevar], [not-callable]
    28 mercurial/pure/parsers.py     # [attribute-error]
    28 mercurial/pure/parsers.py     # [attribute-error]
    29 mercurial/pycompat.py         # bytes vs str issues
       
    30 mercurial/repoview.py         # [attribute-error]
    29 mercurial/repoview.py         # [attribute-error]
    31 mercurial/sslutil.py          # [attribute-error]
    30 mercurial/sslutil.py          # [attribute-error]
    32 mercurial/testing/storage.py  # tons of [attribute-error]
    31 mercurial/testing/storage.py  # tons of [attribute-error]
    33 mercurial/ui.py               # [attribute-error], [wrong-arg-types]
    32 mercurial/ui.py               # [attribute-error], [wrong-arg-types]
    34 mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    33 mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    58   >    -x mercurial/localrepo.py \
    57   >    -x mercurial/localrepo.py \
    59   >    -x mercurial/manifest.py \
    58   >    -x mercurial/manifest.py \
    60   >    -x mercurial/minirst.py \
    59   >    -x mercurial/minirst.py \
    61   >    -x mercurial/pure/osutil.py \
    60   >    -x mercurial/pure/osutil.py \
    62   >    -x mercurial/pure/parsers.py \
    61   >    -x mercurial/pure/parsers.py \
    63   >    -x mercurial/pycompat.py \
       
    64   >    -x mercurial/repoview.py \
    62   >    -x mercurial/repoview.py \
    65   >    -x mercurial/sslutil.py \
    63   >    -x mercurial/sslutil.py \
    66   >    -x mercurial/testing/storage.py \
    64   >    -x mercurial/testing/storage.py \
    67   >    -x mercurial/thirdparty \
    65   >    -x mercurial/thirdparty \
    68   >    -x mercurial/ui.py \
    66   >    -x mercurial/ui.py \