hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 07 Aug 2019 22:00:57 +0200
changeset 42721 161d39e9be4b
parent 28450 155e3308289c
child 43076 2372284d9457
permissions -rw-r--r--
rawdata: add the method to bundlerevlog The bundlerepo logic has its own `revision` method on its own `revlog` object. We need to "implement" `rawdata` there too.

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