Mercurial > hg
view hgext/__init__.py @ 52050:de317a87ea6a
rust-pathauditor: match more of Python's behavior and display messages
We will make use of the path auditor when running our update fast-path,
and we want to output of it to be close enough.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 02 Oct 2024 20:29:48 +0200 |
parents | f4733654f144 |
children |
line wrap: on
line source
from __future__ import annotations import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)