hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 09 Feb 2022 15:44:21 +0100
branchstable
changeset 48369 b6a0c1015ee2
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
help: avoid repeated value in the safe-mistmatch help This was copy pasted and overlooked when it got in. Differential Revision: https://phab.mercurial-scm.org/D12160

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)