hgext3rd/__init__.py
author Martijn Pieters <mj@octobus.net>
Mon, 21 Jan 2019 17:37:33 +0000
changeset 41615 328ca3b9e545
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
branchmap: encapsulate cache updating in the map itself Rather than have a repository update the cache, move handling of cache updates into the branchmap module, in the form of a custom mapping class. This makes later performance improvements easier to handle too. Differential Revision: https://phab.mercurial-scm.org/D5638

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