hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 10 Feb 2022 09:59:07 -0800
changeset 48749 9ee70e175fed
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
simplemerge: replace `**opts` passed to `simplemerge()` by keyword arguments The `simplemerge` module is library code; it should not get an unmodified `opts` dict from the `simplemerge` extension. Differential Revision: https://phab.mercurial-scm.org/D12152

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)