##// END OF EJS Templates
pytype: stop excluding pycompat.py...
Matt Harbison -
r49320:12a43f85 default
parent child Browse files
Show More
@@ -26,7 +26,6 b' mercurial/manifest.py # [unsuppo'
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]
@@ -60,7 +59,6 b' development, but may be a hinderance for'
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 \
General Comments 0
You need to be logged in to leave comments. Login now