hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 30 Sep 2017 12:35:49 +0100
changeset 3019 dd3eda2f7a89
parent 2020 143c8e4dc22d
permissions -rw-r--r--
test: adapt to output change from 10e162bb9bf5 The changeset 10e162bb9bf5 in code extend the list of capabilities to include "phases=['heads']" this has a minor impact on test output CORE-TEST-OUTPUT-UPDATE: 10e162bb9bf5

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