hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Thu, 15 Jun 2017 14:36:54 +0200
changeset 2565 76192fb97342
parent 2020 143c8e4dc22d
permissions -rw-r--r--
test-drop: all obsmarkers are now dropped Previously, hg drop may leave some obsmarkers behind, like with temporary amend commit. Following mercurial revision 71eb6a098315, strip now correctly remove the associated obsmarkers and as drop is also calling strip, the bug is now resolved.

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