# HG changeset patch # User Pierre-Yves David # Date 1722761438 -7200 # Node ID 61976dece720893219254f357f2dc27af62f5fa9 # Parent f0be60ed62426bc8f28e7877ca8b1d86c79aad45 pytype: stop ignoring manifest.py pytype no longer complains about the file contents. diff -r f0be60ed6242 -r 61976dece720 contrib/check-pytype.sh --- a/contrib/check-pytype.sh Sun Aug 04 10:48:51 2024 +0200 +++ b/contrib/check-pytype.sh Sun Aug 04 10:50:38 2024 +0200 @@ -54,7 +54,6 @@ # mercurial/interfaces # No attribute 'capabilities' on peer [attribute-error] # mercurial/keepalive.py # [attribute-error] # mercurial/localrepo.py # [attribute-error] -# mercurial/manifest.py # [unsupported-operands], [wrong-arg-types] # mercurial/minirst.py # [unsupported-operands], [attribute-error] # mercurial/pure/parsers.py # [attribute-error] # mercurial/repoview.py # [attribute-error] @@ -113,7 +112,6 @@ -x mercurial/interfaces \ -x mercurial/keepalive.py \ -x mercurial/localrepo.py \ - -x mercurial/manifest.py \ -x mercurial/minirst.py \ -x mercurial/pure/parsers.py \ -x mercurial/repoview.py \