view hgext/__init__.py @ 39148:1464183343b3

debugrevlog: fix for non-manifest object The `filelog` object is no longer an actual revlog. Instead, the actual revlog is stored in the `_revlog` attribute.
author Boris Feld <boris.feld@octobus.net>
date Wed, 15 Aug 2018 15:20:44 +0200
parents 155e3308289c
children 2372284d9457
line wrap: on
line source

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