Mercurial > hg
view hgext3rd/__init__.py @ 44993:98f97026fa05
phases: remove useless lookup of repo[rev].rev() in _retractboundary
changectx object is no longer needed thanks to a54ee130210a.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 20 Jun 2020 11:10:23 +0900 |
parents | 2372284d9457 |
children | 6000f5b25c9b |
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__)