hgext3rd/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Wed, 10 Jan 2018 15:57:43 +0530
changeset 3392 62f33ed3c36c
parent 2020 143c8e4dc22d
permissions -rw-r--r--
evolve: use the new evolvestate class in place of old methods Earlier we had three methods, which used to handle all the storage around the evolvestate but in previous patch we have introduced an evolvestate class wrapper which can serve for all our needs. This patch replaces the existing usage of the evolvestate with the new class introduced. Upcoming patches will start using the class at more places.

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