hgext3rd/__init__.py
author Anton Shestakov <av6@dwimlabs.net>
Sat, 22 Dec 2018 18:31:32 +0800
branchstable
changeset 4688 75329efe56a9
parent 2020 143c8e4dc22d
permissions -rw-r--r--
tests: demonstrate obsmarker creation after discarding conflicting changes Continued evolve creates an incorrect obsmarker that says 2 is a successor of 1. It's incorrect because 1 was dropped as it created no changes to commit (after conflict resolution that discarded its changes). If evolve does the same thing in one go (e.g. just by using --tool :local and without subsequent need to continue) the obsmarker is correct.

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