hgext3rd/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 13 Mar 2022 15:53:29 +0100
changeset 49013 186223795e4a
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
subsetmaker: stabilize the computation of `scratch` subset `heads` is set, order of the element are not deterministic and we need to stabilize that if we want to get reproducible results. Differential Revision: https://phab.mercurial-scm.org/D12394

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)