hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 28 Feb 2018 10:38:09 -0800
changeset 36472 d0d5eef57fb0
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
narrow: drop safehasattr() checks for always-present repo.narrowmatch I've added checks for repo.narrowmatch().always() in order to restore some of the fast paths for non-narrow repos. Differential Revision: https://phab.mercurial-scm.org/D2495

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)