hgext/__init__.py
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 04 Jul 2021 03:29:20 +0200
changeset 47512 769037a279ec
parent 43076 2372284d9457
child 48966 6000f5b25c9b
permissions -rw-r--r--
dirstate-entry: add a `state` property (and use it) This replace the [0] access. Ultimately is we should probably get ride of this in its current form. However this is a good transitional solution to move away for tuple indexing for now. Differential Revision: https://phab.mercurial-scm.org/D10954

from __future__ import absolute_import
import pkgutil

__path__ = pkgutil.extend_path(__path__, __name__)