comparison tests/test-check-code.t @ 41912:9da97f49d4f4

packaging: establish hgpackaging package Previously, contrib/packaging behaved as a root to a package directory and we had a "packagingutil" module. As I work more on packaging code, we'll want to have more code shared between different packaging tools. I think it makes sense to have a single package containing multiple modules than multiple top-level modules. This commit establishes an "hgpackaging" package by moving the existing packagingutil code to it. Differential Revision: https://phab.mercurial-scm.org/D6083
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 07 Mar 2019 10:10:04 -0800
parents d7dc4ac1ff84
children c2237fe1359e
comparison
equal deleted inserted replaced
41911:2b21c7fbb3a1 41912:9da97f49d4f4
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/util.py it has no-che?k-code (glob)
15 Skipping contrib/packaging/inno/build.py it has no-che?k-code (glob) 16 Skipping contrib/packaging/inno/build.py it has no-che?k-code (glob)
16 Skipping contrib/packaging/packagingutil.py it has no-che?k-code (glob)
17 Skipping i18n/polib.py it has no-che?k-code (glob) 17 Skipping i18n/polib.py it has no-che?k-code (glob)
18 Skipping mercurial/statprof.py it has no-che?k-code (glob) 18 Skipping mercurial/statprof.py it has no-che?k-code (glob)
19 Skipping tests/badserverext.py it has no-che?k-code (glob) 19 Skipping tests/badserverext.py it has no-che?k-code (glob)
20 20
21 @commands in debugcommands.py should be in alphabetical order. 21 @commands in debugcommands.py should be in alphabetical order.