Mercurial > evolve
view hgext3rd/__init__.py @ 3455:f7ecb11d71bb stable
update: show "use 'hg evolve' to..." hint iff evolve command enabled
Before this patch, one had to enable *all* commands (by including
"allnewcommands" in the experimental.evolution config) for the hint to
be shown.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 24 Jan 2018 09:55:12 -0800 |
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__)