hgext3rd/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Wed, 11 Jan 2023 17:30:55 +0100
changeset 50041 e57f76c28f7b
parent 48966 6000f5b25c9b
permissions -rw-r--r--
rhg-files: add support for narrow when specifying a revision This makes it so that `rhg files -r NODE` works properly when using narrow.

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)