view hgext/__init__.py @ 32241:a2be2abe9476

strip: move tree strip logic to it's own function This will allow external extensions to modify tree strip behavior more precisely.
author Durham Goode <durham@fb.com>
date Mon, 08 May 2017 11:35:23 -0700
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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