hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sat, 24 Mar 2018 17:21:42 +0530
changeset 3633 ed3032ee53eb
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: handle interrupted phase-divergence resolution gracefully This patch adds logic to handle the interrupted phase-divergence resolution by `hg evolve` command gracefully. We first complete the relocation of the changeset and then do the divergence resolution. Previous functions moved required code separate fucntions so that we can use them here.

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