tests/test-check-pyflakes.t
changeset 14393 bdf44e63a94c
parent 14176 dea68bddfb87
child 14926 4e7e63fc685a
equal deleted inserted replaced
14392:bb5cbc16349e 14393:bdf44e63a94c
     4   mercurial/hgweb/server.py:*: 'activeCount' imported but unused (glob)
     4   mercurial/hgweb/server.py:*: 'activeCount' imported but unused (glob)
     5   mercurial/commands.py:*: 'base85' imported but unused (glob)
     5   mercurial/commands.py:*: 'base85' imported but unused (glob)
     6   mercurial/commands.py:*: 'bdiff' imported but unused (glob)
     6   mercurial/commands.py:*: 'bdiff' imported but unused (glob)
     7   mercurial/commands.py:*: 'mpatch' imported but unused (glob)
     7   mercurial/commands.py:*: 'mpatch' imported but unused (glob)
     8   mercurial/commands.py:*: 'osutil' imported but unused (glob)
     8   mercurial/commands.py:*: 'osutil' imported but unused (glob)
     9   mercurial/revlog.py:*: 'short' imported but unused (glob)
       
    10   hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)
     9   hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)
    11   mercurial/util.py:*: 'from posix import *' used; unable to detect undefined names (glob)
    10   mercurial/util.py:*: 'from posix import *' used; unable to detect undefined names (glob)
    12   mercurial/windows.py:*: 'from win32 import *' used; unable to detect undefined names (glob)
    11   mercurial/windows.py:*: 'from win32 import *' used; unable to detect undefined names (glob)
    13   mercurial/util.py:*: 'from windows import *' used; unable to detect undefined names (glob)
    12   mercurial/util.py:*: 'from windows import *' used; unable to detect undefined names (glob)
    14   
    13