hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 15 Sep 2020 11:17:24 -0700
changeset 45498 cc5f811b1f15
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
mergestate: extract a base class to be shared by future memmergestate This extracts a new base class from `mergestate` and leaves all the vfs-touching code in `mergestate`. Differential Revision: https://phab.mercurial-scm.org/D9039

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)