Show More
@@ -7,13 +7,8 b'' | |||
|
7 | 7 | New errors are not allowed. Warnings are strongly discouraged. |
|
8 | 8 | (The writing "no-che?k-code" is for not skipping this file when checking.) |
|
9 | 9 | |
|
10 |
$ hg locate -X contrib/python-zstandard |
|
|
11 | > xargs "$check_code" --warnings --per-file=0 || false | |
|
12 | Skipping hgext/fsmonitor/pywatchman/__init__.py it has no-che?k-code (glob) | |
|
13 | Skipping hgext/fsmonitor/pywatchman/bser.c it has no-che?k-code (glob) | |
|
14 | Skipping hgext/fsmonitor/pywatchman/capabilities.py it has no-che?k-code (glob) | |
|
15 | Skipping hgext/fsmonitor/pywatchman/msc_stdint.h it has no-che?k-code (glob) | |
|
16 | Skipping hgext/fsmonitor/pywatchman/pybser.py it has no-che?k-code (glob) | |
|
10 | $ hg locate -X contrib/python-zstandard -X hgext/fsmonitor/pywatchman | | |
|
11 | > sed 's-\\-/-g' | xargs "$check_code" --warnings --per-file=0 || false | |
|
17 | 12 | Skipping i18n/polib.py it has no-che?k-code (glob) |
|
18 | 13 | Skipping mercurial/httpclient/__init__.py it has no-che?k-code (glob) |
|
19 | 14 | Skipping mercurial/httpclient/_readers.py it has no-che?k-code (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now