hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 18 Feb 2020 19:11:13 +0100
changeset 44445 336ec75ed1ac
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
nodemap: warm the persistent nodemap on disk with debugupdatecache When appropriate, the nodemap cache file will be created. Differential Revision: https://phab.mercurial-scm.org/D8173

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)