hgext/__init__.py
author Augie Fackler <augie@google.com>
Mon, 18 May 2020 17:29:53 -0400
changeset 46435 dfca84970da8
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
cleanup: use mergestate.unresolvedcount() instead of bool(list(unresolved())) This avoids some pointless copying. Differential Revision: https://phab.mercurial-scm.org/D8566

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)