hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Sun, 29 Apr 2018 18:48:36 +0530
changeset 3736 4b8c63d14f18
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: store the evolvestate file when encountering conflicts This patch makes `hg evolve` store the evolvestate file when it encounters merge conflicts while resolving content-divergence.

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