contrib/check-pytype.sh
changeset 51734 f1aeca014d80
parent 51306 46280260d010
child 51767 61976dece720
equal deleted inserted replaced
51733:e14ed26b72cb 51734:f1aeca014d80
    54 # mercurial/interfaces          # No attribute 'capabilities' on peer [attribute-error]
    54 # mercurial/interfaces          # No attribute 'capabilities' on peer [attribute-error]
    55 # mercurial/keepalive.py        # [attribute-error]
    55 # mercurial/keepalive.py        # [attribute-error]
    56 # mercurial/localrepo.py        # [attribute-error]
    56 # mercurial/localrepo.py        # [attribute-error]
    57 # mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
    57 # mercurial/manifest.py         # [unsupported-operands], [wrong-arg-types]
    58 # mercurial/minirst.py          # [unsupported-operands], [attribute-error]
    58 # mercurial/minirst.py          # [unsupported-operands], [attribute-error]
    59 # mercurial/pure/osutil.py      # [invalid-typevar], [not-callable]
       
    60 # mercurial/pure/parsers.py     # [attribute-error]
    59 # mercurial/pure/parsers.py     # [attribute-error]
    61 # mercurial/repoview.py         # [attribute-error]
    60 # mercurial/repoview.py         # [attribute-error]
    62 # mercurial/testing/storage.py  # tons of [attribute-error]
    61 # mercurial/testing/storage.py  # tons of [attribute-error]
    63 # mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    62 # mercurial/unionrepo.py        # ui, svfs, unfiltered [attribute-error]
    64 # mercurial/win32.py            # [not-callable]
    63 # mercurial/win32.py            # [not-callable]
   114     -x mercurial/interfaces \
   113     -x mercurial/interfaces \
   115     -x mercurial/keepalive.py \
   114     -x mercurial/keepalive.py \
   116     -x mercurial/localrepo.py \
   115     -x mercurial/localrepo.py \
   117     -x mercurial/manifest.py \
   116     -x mercurial/manifest.py \
   118     -x mercurial/minirst.py \
   117     -x mercurial/minirst.py \
   119     -x mercurial/pure/osutil.py \
       
   120     -x mercurial/pure/parsers.py \
   118     -x mercurial/pure/parsers.py \
   121     -x mercurial/repoview.py \
   119     -x mercurial/repoview.py \
   122     -x mercurial/testing/storage.py \
   120     -x mercurial/testing/storage.py \
   123     -x mercurial/thirdparty \
   121     -x mercurial/thirdparty \
   124     -x mercurial/unionrepo.py \
   122     -x mercurial/unionrepo.py \