hgext3rd/__init__.py
author Pulkit Goyal <pulkit@yandex-team.ru>
Thu, 16 Aug 2018 16:53:48 +0300
changeset 39168 02e80e37fbbc
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
tests: demonstrate that IMM needs to be smarter with path conflicts When we try to rebase a commit which deletes an existing file and make a directory of the same name, rebase with IMM aborts. It should work fine just like the without IMM case. Differential Revision: https://phab.mercurial-scm.org/D4299

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