hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 19 Mar 2018 12:58:31 +0530
changeset 3571 34330381b76b
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: preserve the order of merge parents in `hg evolve --continue` This patch makes sure we preserves the order of merge parents in case of `hg evolve --continue`.

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