hgext/__init__.py
author Jun Wu <quark@fb.com>
Mon, 26 Jun 2017 15:28:28 -0700
changeset 33334 20f533a92eda
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
amend: use scmutil.cleanupnodes (BC) This is marked as BC because the strip backup file name has changed.

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