hgext/__init__.py
author Durham Goode <durham@fb.com>
Wed, 02 Nov 2016 17:10:47 -0700
changeset 30292 d4b340bf68c5
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
manifest: change manifestlog mancache to be directory based In the last patch we added a get() function that allows fetching directory level treemanifestctxs. It didn't handle caching at directory level though, so we need to change our mancache to support multiple directories.

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)