view hgext3rd/__init__.py @ 5097:f0c18ad24273 stable

tests: allow an empty merge commit to have tests pass without too many changes Not the greatest fix, but this allows us to have the same test case for all versions of Mercurial. Hash of 29 changes because instead of both parents only one is set in hg 5.3.
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 27 Jan 2020 14:55:35 +0700
parents 143c8e4dc22d
children
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__)