hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 27 Feb 2020 17:08:59 +0100
changeset 44507 1376cb1c8e34
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
nodemap: test that an outdated nodemap can catch up If the persistent nodemap does not contains all revision that the index contains, this is should be detected and dealt with. We add a test for this case. Differential Revision: https://phab.mercurial-scm.org/D8183

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)