Skip to content
Snippets Groups Projects
Commit c58aa73bf0b9 authored by Matt Mackall's avatar Matt Mackall
Browse files

test-check-code-hg: use locate instead of manifest

parent f9f405be4c3a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
New errors are not allowed. Warnings are strongly discouraged.
(The writing "no-che?k-code" is for not skipping this file when checking.)
$ hg manifest 2>/dev/null | sed 's-\\-/-g' |
$ hg locate | sed 's-\\-/-g' |
> xargs "$check_code" --warnings --per-file=0 || false
Skipping hgext/zeroconf/Zeroconf.py it has no-che?k-code (glob)
Skipping i18n/polib.py it has no-che?k-code (glob)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment