comparison tests/test-check-code.t @ 41908:c2237fe1359e

packaging: split downloading code into own module As we will introduce more code to support packaging, it will be useful to have download code in its own module. Differential Revision: https://phab.mercurial-scm.org/D6084
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 07 Mar 2019 15:42:32 -0800
parents 9da97f49d4f4
children dc7827a9ba64
comparison
equal deleted inserted replaced
41907:9da97f49d4f4 41908:c2237fe1359e
10 $ testrepohg locate \ 10 $ testrepohg locate \
11 > -X contrib/python-zstandard \ 11 > -X contrib/python-zstandard \
12 > -X hgext/fsmonitor/pywatchman \ 12 > -X hgext/fsmonitor/pywatchman \
13 > -X mercurial/thirdparty \ 13 > -X mercurial/thirdparty \
14 > | sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false 14 > | sed 's-\\-/-g' | "$check_code" --warnings --per-file=0 - || false
15 Skipping contrib/packaging/hgpackaging/downloads.py it has no-che?k-code (glob)
15 Skipping contrib/packaging/hgpackaging/util.py it has no-che?k-code (glob) 16 Skipping contrib/packaging/hgpackaging/util.py it has no-che?k-code (glob)
16 Skipping contrib/packaging/inno/build.py it has no-che?k-code (glob) 17 Skipping contrib/packaging/inno/build.py it has no-che?k-code (glob)
17 Skipping i18n/polib.py it has no-che?k-code (glob) 18 Skipping i18n/polib.py it has no-che?k-code (glob)
18 Skipping mercurial/statprof.py it has no-che?k-code (glob) 19 Skipping mercurial/statprof.py it has no-che?k-code (glob)
19 Skipping tests/badserverext.py it has no-che?k-code (glob) 20 Skipping tests/badserverext.py it has no-che?k-code (glob)