hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 17 May 2021 15:42:18 +0200
changeset 47299 7edaf91c7886
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
updatecaches: use the `caches` argument instead of a special `full` value After a clone we want to update most cachem, but not exactly all of them. We can now cleanly express this. Differential Revision: https://phab.mercurial-scm.org/D10730

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)