Show More
@@ -109,7 +109,9 b' def split(stream):' | |||
|
109 | 109 | def mimesplit(stream, cur): |
|
110 | 110 | def msgfp(m): |
|
111 | 111 | fp = stringio() |
|
112 | # pytype: disable=wrong-arg-types | |
|
112 | 113 | g = mail.Generator(fp, mangle_from_=False) |
|
114 | # pytype: enable=wrong-arg-types | |
|
113 | 115 | g.flatten(m) |
|
114 | 116 | fp.seek(0) |
|
115 | 117 | return fp |
@@ -26,7 +26,6 b' mercurial/keepalive.py # [attribu' | |||
|
26 | 26 | mercurial/localrepo.py # [attribute-error] |
|
27 | 27 | mercurial/manifest.py # [unsupported-operands], [wrong-arg-types] |
|
28 | 28 | mercurial/minirst.py # [unsupported-operands], [attribute-error] |
|
29 | mercurial/patch.py # [wrong-arg-types] | |
|
30 | 29 | mercurial/pure/osutil.py # [invalid-typevar], [not-callable] |
|
31 | 30 | mercurial/pure/parsers.py # [attribute-error] |
|
32 | 31 | mercurial/pycompat.py # bytes vs str issues |
@@ -65,7 +64,6 b' development, but may be a hinderance for' | |||
|
65 | 64 | > -x mercurial/localrepo.py \ |
|
66 | 65 | > -x mercurial/manifest.py \ |
|
67 | 66 | > -x mercurial/minirst.py \ |
|
68 | > -x mercurial/patch.py \ | |
|
69 | 67 | > -x mercurial/pure/osutil.py \ |
|
70 | 68 | > -x mercurial/pure/parsers.py \ |
|
71 | 69 | > -x mercurial/pycompat.py \ |
General Comments 0
You need to be logged in to leave comments.
Login now