Show More
@@ -297,6 +297,7 b' ignore = [' | |||||
297 | 'distutils.msvc9compiler', |
|
297 | 'distutils.msvc9compiler', | |
298 | '__builtin__', |
|
298 | '__builtin__', | |
299 | 'builtins', |
|
299 | 'builtins', | |
|
300 | 'urwid.command_map', # for pudb | |||
300 | ] |
|
301 | ] | |
301 |
|
302 | |||
302 | if _pypy: |
|
303 | if _pypy: |
@@ -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:314: | |
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