Mercurial > hg
view hgext/__init__.py @ 48467:0c408831b2f1
rhg: Print "bad match" errors in rhg status
Previously these would only be visible if enabled with some RUST_LOG
environment variable.
Differential Revision: https://phab.mercurial-scm.org/D11908
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Mon, 13 Dec 2021 14:37:16 +0100 |
parents | 2372284d9457 |
children | 6000f5b25c9b |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)