hgext3rd/__init__.py
author Durham Goode <durham@fb.com>
Tue, 08 Nov 2016 08:03:43 -0800
changeset 30342 fe1ee393de78
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
manifest: introduce memmanifestctx and memtreemanifestctx This introduces two new classes to represent in-memory manifest instances. Similar to memchangectx, this lets us prepare a manifest in memory, then in a future patch we will add the apis that can commit this in memory structure.

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