hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Sun, 16 Dec 2018 11:22:04 +0800
changeset 4322 41f38bf15b4c
parent 2020 143c8e4dc22d
permissions -rw-r--r--
topic: make revsets like 'foo#stack[0]' work 'stack' relation subscript function is another way to refer to s0, s1, etc. But instead of aborting in many cases it will simply return an empty set.

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