hgext/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Tue, 15 Jan 2019 22:57:09 +0800
changeset 41359 431cf2c8c839
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
revset: support ranges in #generations relation

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)