hgext/__init__.py
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 15 Aug 2018 23:05:23 +0000
changeset 39323 c11e8894b9ca
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
tests: mark manifestfulltextcache as conditional on revlog store This file is currently specific to the revlog store. Other stores may not implement it. Mark it as such in test output. Differential Revision: https://phab.mercurial-scm.org/D4395

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