tests/test-check-module-imports.t
changeset 33116 6c113a7dec52
parent 31442 d3a56bb268ee
child 33204 ddd65b4f3ae6
equal deleted inserted replaced
33115:fa9a90d5ad89 33116:6c113a7dec52
    12 these may expose other cycles.
    12 these may expose other cycles.
    13 
    13 
    14 Known-bad files are excluded by -X as some of them would produce unstable
    14 Known-bad files are excluded by -X as some of them would produce unstable
    15 outputs, which should be fixed later.
    15 outputs, which should be fixed later.
    16 
    16 
    17   $ hg locate 'set:**.py or grep(r"^#!.*?python")' \
    17   $ syshg locate 'set:**.py or grep(r"^#!.*?python")' \
    18   > 'tests/**.t' \
    18   > 'tests/**.t' \
    19   > -X contrib/debugshell.py \
    19   > -X contrib/debugshell.py \
    20   > -X contrib/python-zstandard/ \
    20   > -X contrib/python-zstandard/ \
    21   > -X contrib/win32/hgwebdir_wsgi.py \
    21   > -X contrib/win32/hgwebdir_wsgi.py \
    22   > -X doc/gendoc.py \
    22   > -X doc/gendoc.py \