hgext/__init__.py
author timeless@gmail.com
Thu, 14 Apr 2016 15:02:10 +0000
changeset 1638 5b7596805f7f
parent 1619 5ef77a1d975c
permissions -rw-r--r--
evolve: treat no support as non fatal When running evolve --all, unhandled edges should not block other revisions from being solved.

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