hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 17 Sep 2020 09:23:21 -0700
changeset 45504 2c10876bb320
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
mergestate: make clean() only be about creating a clean mergestate This is similar to the previous patch, but moves the separation one step further out, to `merge.py`. Differential Revision: https://phab.mercurial-scm.org/D9034

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)