hgext/__init__.py
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 19 Dec 2020 01:19:02 -0500
changeset 46170 968766c1a324
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
mergetools: add support for 32-bit BeyondCompare 3 on 64-bit Windows Again, marginal usefulness, but other tools have this config and it eliminates a diff from the TortoiseHg file. Differential Revision: https://phab.mercurial-scm.org/D9634

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)