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
Showing
- contrib/packaging/hgpackaging/__init__.py 0 additions, 0 deletionscontrib/packaging/hgpackaging/__init__.py
- contrib/packaging/hgpackaging/util.py 1 addition, 1 deletioncontrib/packaging/hgpackaging/util.py
- contrib/packaging/inno/build.py 1 addition, 1 deletioncontrib/packaging/inno/build.py
- tests/test-check-code.t 1 addition, 1 deletiontests/test-check-code.t
- tests/test-check-module-imports.t 1 addition, 1 deletiontests/test-check-module-imports.t
- tests/test-check-py3-compat.t 1 addition, 1 deletiontests/test-check-py3-compat.t
Please register or sign in to comment