Show More
@@ -274,6 +274,7 b' ignore = [' | |||||
274 | 'fcntl', |
|
274 | 'fcntl', | |
275 | 'nt', # pathlib2 tests the existence of built-in 'nt' module |
|
275 | 'nt', # pathlib2 tests the existence of built-in 'nt' module | |
276 | 'win32com.gen_py', |
|
276 | 'win32com.gen_py', | |
|
277 | 'win32com.shell', # 'appdirs' tries to import win32com.shell | |||
277 | '_winreg', # 2.7 mimetypes needs immediate ImportError |
|
278 | '_winreg', # 2.7 mimetypes needs immediate ImportError | |
278 | 'pythoncom', |
|
279 | 'pythoncom', | |
279 | # imported by tarfile, not available under Windows |
|
280 | # imported by tarfile, not available under Windows |
@@ -13,7 +13,7 b' New errors are not allowed. Warnings are' | |||||
13 | > r.revision(r.node(x)) |
|
13 | > r.revision(r.node(x)) | |
14 | don't convert rev to node before passing to revision(nodeorrev) |
|
14 | don't convert rev to node before passing to revision(nodeorrev) | |
15 | Skipping i18n/polib.py it has no-che?k-code (glob) |
|
15 | Skipping i18n/polib.py it has no-che?k-code (glob) | |
16 |
mercurial/demandimport.py:31 |
|
16 | mercurial/demandimport.py:313: | |
17 | > if os.environ.get('HGDEMANDIMPORT') != 'disable': |
|
17 | > if os.environ.get('HGDEMANDIMPORT') != 'disable': | |
18 | use encoding.environ instead (py3) |
|
18 | use encoding.environ instead (py3) | |
19 | mercurial/encoding.py:54: |
|
19 | mercurial/encoding.py:54: |
General Comments 0
You need to be logged in to leave comments.
Login now