hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Fri, 26 May 2017 13:18:26 +0200
changeset 2488 1bdbe8f55339
parent 2020 143c8e4dc22d
permissions -rw-r--r--
refactor: extract obs fate algorithm from _getobsoletereason Refactor _getobsoletereason to extract the obs fate computation into a separate function, it will be used later and put it in obshistory as it will be needed in other files. Rename _getobsoletereason to _getobsoletefateandsuccessors.

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