hgext3rd/__init__.py
author Simon Sapin <simon.sapin@octobus.net>
Mon, 25 Jan 2021 12:31:40 +0100
changeset 46429 e61c2dc6e1c2
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
rust: Exclude empty node prefixes We presumably don’t want `--rev ""` to select every single revision, even though the empty string is a prefix of all strings. Differential Revision: https://phab.mercurial-scm.org/D9862

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)