Mercurial > hg
view hgext3rd/__init__.py @ 50826:36901c182d70
archive: migrate `opts` to native kwargs
I'm not sure how to handle migrating core APIs like `scmutil.match`, so kick
that can down the road. (Plus it's used all over, so the callers need to be
migrated first.)
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 20 Aug 2023 00:35:28 -0400 |
parents | 6000f5b25c9b |
children | f4733654f144 |
line wrap: on
line source
# name space package to host third party extensions import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)