dirstate: align the dirstate's API to the lower level ones
This conclude the refactoring of this API. We can now finalize the dirstate v2
on disk format.
Differential Revision: https://phab.mercurial-scm.org/D11587
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)