hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 22 May 2018 21:33:50 +0530
changeset 3761 777c29ac02bf
parent 2020 143c8e4dc22d
permissions -rw-r--r--
content-div: add test showing `--stop` works during interrupted resolution This patch adds a test showing that the --stop flag of `hg evolve` works well during interrupted content-divergence resolution. The --stop flag now works with all the three different type of instability resolution very well and we should advertise it more.

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