##// END OF EJS Templates
demandimport: add urwid.command_map to ignore list...
Phil Cohen -
r32173:c939fdce default
parent child Browse files
Show More
@@ -297,6 +297,7 b' ignore = ['
297 297 'distutils.msvc9compiler',
298 298 '__builtin__',
299 299 'builtins',
300 'urwid.command_map', # for pudb
300 301 ]
301 302
302 303 if _pypy:
@@ -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:313:
16 mercurial/demandimport.py:314:
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