view hgext3rd/__init__.py @ 34143:b5d7e7d5c573 stable

tests: add test for issue5678 In addition to a test case for the direct problem described in the bug report, this also adds a test case showing how obsmarkers can also get lost when not using generaldelta. Differential Revision: https://phab.mercurial-scm.org/D714
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 14 Sep 2017 11:16:47 -0700
parents 4b81487a01d4
children 2372284d9457
line wrap: on
line source

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