hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Tue, 29 Jan 2019 20:45:14 +0800
changeset 4381 5f1d0cff514d
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topic: make ranges work in revset relations like 'foo#stack[1:2]'

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