hgext3rd/__init__.py
author Sushil khanchi <sushilkhanchi97@gmail.com>
Sat, 10 Nov 2018 15:30:10 +0100
changeset 4234 2cc81ae30f37
parent 2020 143c8e4dc22d
permissions -rw-r--r--
next: set if we need to evolve or not; also move logic to appropriate pos set the value `needevolve` and also move the logic to find aspiringchildren to appropriate position i.e before we suggest user to use other flags like --merge.

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