hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 27 May 2021 04:09:10 +0200
changeset 47392 0d0fb091c49f
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
revlog: simplify "partial read" error message We are about to reuse this message in more places and the current handling is pretty hard to read. So we eat two pie with one stone and clean up this. Differential Revision: https://phab.mercurial-scm.org/D10784

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)