hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 22 Sep 2022 16:50:30 -0700
changeset 49498 f2b1bc19ce90
parent 48875 6000f5b25c9b
permissions -rw-r--r--
status: let `--no-copies` override `ui.statuscopies`

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)