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