Show More
@@ -155,8 +155,12 b' these may expose other cycles.' | |||||
155 | Known-bad files are excluded by -X as some of them would produce unstable |
|
155 | Known-bad files are excluded by -X as some of them would produce unstable | |
156 | outputs, which should be fixed later. |
|
156 | outputs, which should be fixed later. | |
157 |
|
157 | |||
158 | $ hg locate 'mercurial/**.py' 'hgext/**.py' 'tests/**.py' \ |
|
158 | $ hg locate '**.py' \ | |
159 | > 'tests/**.t' \ |
|
159 | > 'tests/**.t' \ | |
|
160 | > -X contrib/debugshell.py \ | |||
|
161 | > -X contrib/win32/hgwebdir_wsgi.py \ | |||
|
162 | > -X doc/gendoc.py \ | |||
|
163 | > -X doc/hgmanpage.py \ | |||
160 | > -X tests/test-hgweb-auth.py \ |
|
164 | > -X tests/test-hgweb-auth.py \ | |
161 | > -X tests/hypothesishelpers.py \ |
|
165 | > -X tests/hypothesishelpers.py \ | |
162 | > -X tests/test-ctxmanager.py \ |
|
166 | > -X tests/test-ctxmanager.py \ |
General Comments 0
You need to be logged in to leave comments.
Login now