hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 30 Jan 2018 15:02:40 +0530
changeset 3497 dae819761c0e
parent 2020 143c8e4dc22d
permissions -rw-r--r--
state: bring back the function to read old evolvestate files Before introduction of this nice cmdstate file wrapper, we had individual methods to write data to evolvestate file. Let's bring back the function which used to read data from the old evolvestae file so that we can use it in next patch for BC purposes.

# name space package to host third party extensions
from __future__ import absolute_import
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)