hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 07 Feb 2018 22:41:30 +0530
changeset 3502 8cf1020bd4f9
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: add test showing `evolve --continue` after `next --evolve` is broken Recent series fixing `hg evolve --continue` break the continue functionality after a conflicting `hg next --evolve`. This patch adds a test to demonstrate that. It will be fixed in the upcoming patch.

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