view hgext3rd/__init__.py @ 3636:92a2d3217de9

evolve: show a message when evolution leads to no changes to commit In case of orphan resolution, evolution may result in no changes to commit. This patch adds a use message in such cases. This is same as the rebase behavior.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 28 Mar 2018 14:11:13 +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__)