hgext3rd/__init__.py
author Georges Racinet <georges.racinet@octobus.net>
Thu, 30 Mar 2023 12:14:57 +0200
changeset 50412 7ef51fff2c4f
parent 48875 6000f5b25c9b
child 51863 f4733654f144
permissions -rw-r--r--
rust-revlog: explicit naming for `RevlogEntry` lifetime This matches what has been done in `revlog::changelog::ChangelogRevisionData`, and has the advantage of making things clearer when we introduce other, shorter lived lifetimes.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)