hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 29 Jan 2020 14:42:54 -0800
changeset 44378 ab632e27f296
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
tests: add `hg log -G` output when there are merge conflicts The next commit will change the behavior for these. I've used slightly different commands in the different tests to match the surrounding style. Differential Revision: https://phab.mercurial-scm.org/D8042

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)