hgext/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Tue, 24 Mar 2015 23:10:49 +0900
changeset 31189 3c32a3fdfd16
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
fileset: extract function that builds initial subset from ctx or status This function will be used to recalculate subset when mctx.ctx is switched.

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