hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Thu, 12 Sep 2019 15:38:11 +0700
changeset 5223 cc9b6e64027c
parent 2020 143c8e4dc22d
permissions -rw-r--r--
stack: rename stack.revs into stack.indexedrevs They are accessible by an index, and are sorted. But they don't include all revisions for show in showstack().

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