hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 04 Feb 2020 10:14:44 -0800
changeset 44275 66dab0d9a78e
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
tests: add test showing that repo filter is calculated for `hg st --copies` Differential Revision: https://phab.mercurial-scm.org/D8070

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)