hgext3rd/__init__.py
author Augie Fackler <augie@google.com>
Tue, 23 Jul 2019 15:01:28 -0400
changeset 42652 684b56ade431
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
fsmonitor: add support for extra `hg debuginstall` data This might make some things easier to debug, and for default bug report templates it'll help collect more data from users all at once. I don't actually need fsmonitor in our bug reports (we don't use it), but this demonstrates the utility of the preceding patches without having to add new things to core. Differential Revision: https://phab.mercurial-scm.org/D6682

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)