hgext/__init__.py
author Raphaël Gomès <rgomes@octobus.net>
Mon, 15 Mar 2021 10:57:02 +0100
changeset 46719 0732a7264226
parent 43076 2372284d9457
child 48875 6000f5b25c9b
permissions -rw-r--r--
configitems: add TODOs blocking the move out of experimental for revlogv2 These are the todos so far, we probably will have more, but we might as well list them while they're fresh in our minds. Differential Revision: https://phab.mercurial-scm.org/D10216

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)