view hgext3rd/__init__.py @ 48176:38deb65d4441

rhg: add ui.plain() and check it before showing relative paths in status Adds a very basic replica of `ui.plain()`. Differential Revision: https://phab.mercurial-scm.org/D10912
author Pulkit Goyal <7895pulkit@gmail.com>
date Fri, 25 Jun 2021 15:00:08 +0530
parents 2372284d9457
children 6000f5b25c9b
line wrap: on
line source

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

__path__ = pkgutil.extend_path(__path__, __name__)