hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 06 Jun 2018 04:09:49 +0530
changeset 3796 ededd22e7c7b
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: show `hg help evolve.interrupted-evolve` in error when conflicts The help list various flags which you can use during interrupted evolve resolution and description about what they do. This will be very helpful for user on how to continue an interrupted evolve.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)