hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 26 Oct 2023 03:29:46 +0200
changeset 51107 222b89224397
parent 48966 6000f5b25c9b
permissions -rw-r--r--
changelog-delay: move the appender class next to randomaccessfile We want to move the delay/divert logic at the revlog level (to have all IO related logic in the _InnerRevlog) we start with small piece that are easy to move on their own.

import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)