view hgext/__init__.py @ 50771:d24573181003 stable

repoview: show `extrafilter` misbehave when other filtering is in play See new changeset for fix and details.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 12 Jul 2023 12:46:58 +0200
parents 6000f5b25c9b
children f4733654f144
line wrap: on
line source

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)