hgext3rd/__init__.py
author Kostia Balytskyi <ikostia@fb.com>
Thu, 10 Nov 2016 03:15:41 -0800
changeset 30385 b573d7ca31c4
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
shelve: move shelve-finishing logic to a separate function With future obs-based shelve, finishing shelve will be different from just aborting a transaction and I would like to keep both variants of this functionality in a separate function.

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