hgext3rd/__init__.py
author Pierre-Yves DAVID <pierre-yves.david@octobus.net>
Sun, 05 Jun 2022 07:16:29 +0200
changeset 49463 5acbc550d987
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
compare-disco: support for `file` nodes specification This leverage the `nodefromfile` feature in core. This make it possible for callers to no longer pay the subset computation cost (and to make sure the subset is the right one, even when the base repository is different)

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)