comparison tests/test-check-module-imports.t @ 42693: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 b05a3e28cf24
comparison
equal deleted inserted replaced
42692:2b21c7fbb3a1 42693:9da97f49d4f4
19 > -X hgweb.cgi \ 19 > -X hgweb.cgi \
20 > -X setup.py \ 20 > -X setup.py \
21 > -X contrib/debugshell.py \ 21 > -X contrib/debugshell.py \
22 > -X contrib/hgweb.fcgi \ 22 > -X contrib/hgweb.fcgi \
23 > -X contrib/packaging/hg-docker \ 23 > -X contrib/packaging/hg-docker \
24 > -X contrib/packaging/hgpackaging/ \
24 > -X contrib/packaging/inno/ \ 25 > -X contrib/packaging/inno/ \
25 > -X contrib/packaging/packagingutil.py \
26 > -X contrib/python-zstandard/ \ 26 > -X contrib/python-zstandard/ \
27 > -X contrib/win32/hgwebdir_wsgi.py \ 27 > -X contrib/win32/hgwebdir_wsgi.py \
28 > -X contrib/perf-utils/perf-revlog-write-plot.py \ 28 > -X contrib/perf-utils/perf-revlog-write-plot.py \
29 > -X doc/gendoc.py \ 29 > -X doc/gendoc.py \
30 > -X doc/hgmanpage.py \ 30 > -X doc/hgmanpage.py \