hgext3rd/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 20 Mar 2019 11:42:02 -0700
changeset 42115 27475ae67676
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
copies: extract function for deciding whether to use changeset-centric algos We'll eventually have a "experimental.copies.read-from=changeset-only" option too and I don't want to spread the logic for determining if we should use changeset-centric of filelog-centric algorithms. Differential Revision: https://phab.mercurial-scm.org/D6163

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