view hgext3rd/__init__.py @ 50091:a8d71a6ba205

tag: move the prohibition of tagging the `null` rev up to the `wdir()` check It makes sense to do these together, and avoid another revision lookup.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 14 Feb 2023 15:45:26 -0500
parents 6000f5b25c9b
children
line wrap: on
line source

# name space package to host third party extensions
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)