view hgext3rd/__init__.py @ 4230:e796835fe6b3 stable

evolvecmd: _possibledestination() skip visiting empty parent I see that even in the case when "parent == -1" we are visiting that also and find succsets for that and in last -1 is being added in the set of possible destination. Why not skip that?
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Tue, 06 Nov 2018 10:43:35 +0530
parents 143c8e4dc22d
children
line wrap: on
line source

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