hgext/__init__.py
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 14 Oct 2020 08:38:58 -0700
changeset 45778 6620caf427ec
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
tests: add notes about broken `hg log --follow <file>` with copies in extras I also removed some unnecessary `#if no-changeset` where the `#else` was the same :P Differential Revision: https://phab.mercurial-scm.org/D9204

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)