hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 14 Jun 2022 15:22:05 +0200
changeset 49342 67b210bb5ce2
parent 48875 6000f5b25c9b
permissions -rw-r--r--
auto-upgrade: add an option to silence the tracked-hint message For well tested case, the message can get in the way, so we add a way to disable it.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)