hgext/__init__.py
author Simon Sapin <simon.sapin@octobus.net>
Mon, 03 May 2021 20:04:19 +0200
changeset 47143 93eb6c8035a9
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
dirstate-tree: Add a dirstate-v1-tree variant of some tests The `dirstate-v1` variant has the previous behavior. `dirstate-v1-tree` uses the same format on disk, but uses the new `DirstateMap` with a tree data structure and the new `status` algorithm. These were untested so far. Differential Revision: https://phab.mercurial-scm.org/D10698

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)