Mercurial > evolve
view hgext3rd/__init__.py @ 5328:4e499fbc66c9 stable
evolve: precursors, successors and troubles are just aliases now
These template keywords follow the old vocabulary, and shouldn't be used, but
we provide them for the time being anyway.
Also mentioning them here will hopefully some day make `hg help -k` find them.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 16 May 2020 16:38:58 +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__)