view hgext/__init__.py @ 39279:cb9cf42c902f

debugcommands: use openstorage() in debugindexdot And add test coverage for changelog and manifests. Differential Revision: https://phab.mercurial-scm.org/D4355
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 20 Aug 2018 21:01:05 +0000
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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