hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 08 Mar 2018 21:17:26 -0800
changeset 36824 9ab7eba99fe5
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: add a few tests involving --collapse and rebase.singletransaction=1 I'm about to change the rebase code quite a bit and this was poorly tested. Differential Revision: https://phab.mercurial-scm.org/D2757

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