##// END OF EJS Templates
test-check-code: do not use xargs...
Jun Wu -
r31825:6c7a58d3 default
parent child Browse files
Show More
@@ -8,7 +8,7 b' New errors are not allowed. Warnings are'
8 (The writing "no-che?k-code" is for not skipping this file when checking.)
8 (The writing "no-che?k-code" is for not skipping this file when checking.)
9
9
10 $ hg locate -X contrib/python-zstandard -X hgext/fsmonitor/pywatchman |
10 $ hg locate -X contrib/python-zstandard -X hgext/fsmonitor/pywatchman |
11 > sed 's-\\-/-g' | xargs "$check_code" --warnings --per-file=0 || false
11 > sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false
12 contrib/perf.py:869:
12 contrib/perf.py:869:
13 > r.revision(r.node(x))
13 > r.revision(r.node(x))
14 don't convert rev to node before passing to revision(nodeorrev)
14 don't convert rev to node before passing to revision(nodeorrev)
General Comments 0
You need to be logged in to leave comments. Login now