Skip to content
Snippets Groups Projects
Commit 61976dece720 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

pytype: stop ignoring manifest.py

pytype no longer complains about the file contents.
parent f0be60ed6242
No related branches found
No related tags found
4 merge requests!1041Merge default into stable,!997tests: use shlex.quote instead of pipes.quote,!913Add type annotation to manifest.py (and various associated fixes),!903clarify the API around accessing fast manifest deltas
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment