diff tests/test-check-py3-compat.t @ 41907: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 4371f543efda
line wrap: on
line diff
--- a/tests/test-check-py3-compat.t	Sat Mar 09 02:07:09 2019 +0000
+++ b/tests/test-check-py3-compat.t	Thu Mar 07 10:10:04 2019 -0800
@@ -5,8 +5,8 @@
 
 #if no-py3
   $ testrepohg files 'set:(**.py)' \
+  > -X contrib/packaging/hgpackaging/ \
   > -X contrib/packaging/inno/ \
-  > -X contrib/packaging/packagingutil.py \
   > -X hgdemandimport/demandimportpy2.py \
   > -X mercurial/thirdparty/cbor \
   > | sed 's|\\|/|g' | xargs "$PYTHON" contrib/check-py3-compat.py