hgext/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 05 Aug 2020 14:03:59 +0530
changeset 45364 e3826f1dab60
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
merge: use ACTION_* constants instead of values in _filternarrowactions() It makes easier to check what noconflicttypes are and which are not included. I hope we can have a state where we always use ACTION_* constants instead of these values which are very hard to understand. Differential Revision: https://phab.mercurial-scm.org/D8885

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)