view hgext/__init__.py @ 29758:2372182e505b

match: added matchessubrepo method to matcher Previously there were three local implementations of this function in cmdutil.files, cmdutil.remove and scmutil.addremove.
author Hannes Oldenburg <hannes.christian.oldenburg@gmail.com>
date Tue, 09 Aug 2016 09:02:51 +0000
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)