hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Mon, 21 Aug 2017 19:44:23 +0200
changeset 2849 95470e817c00
parent 2020 143c8e4dc22d
permissions -rw-r--r--
compat: fix instabilities compat We added an instabilities method for old version of Mercurial. But we returned an old value for orphan changesets, the one before the big evolve renaming. Fix the return value to match the new return values.

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