hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 08 Jun 2023 03:11:51 +0200
branchstable
changeset 50383 bfb6404089a5
parent 48966 6000f5b25c9b
permissions -rw-r--r--
delta-find: gather the condition to blindly use a full snapshot together We are about to make the `if` body bigger, so having only one of them is simpler/

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)