hgext3rd/__init__.py
author Boris Feld <boris.feld@octobus.net>
Tue, 11 Jul 2017 02:39:52 +0200
changeset 33451 e44d54260c32
parent 28541 4b81487a01d4
child 43076 2372284d9457
permissions -rw-r--r--
phases: track phase movements in 'advanceboundary' Makes advanceboundary record the phase movement of affected revisions in tr.changes['phases']. The tracking is not usable yet because the 'retractboundary' function can also affect phases. We'll improve that in the coming changesets.

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