hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Wed, 06 Jun 2018 01:10:01 +0200
changeset 39375 38373da1af02
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
shelve: write metadata file on the fly if they are missing Keeping an explicit reference to the shelve node in order to reuse it directly if the unshelved is repeated (eg: unshelve --keep).

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