Mercurial > hg
view hgext3rd/__init__.py @ 42762:ac6121a24f27
transplant: added support for --stop flag
This adds fuctionality for `--stop` flag to `transplant`.
A new method `stop` is added to `transplanter` class
containing logic to abort transplant.
Tests are updated as shown.
Differential Revision: https://phab.mercurial-scm.org/D6695
author | Taapas Agrawal <taapas2897@gmail.com> |
---|---|
date | Fri, 26 Jul 2019 01:19:43 +0530 |
parents | 4b81487a01d4 |
children | 2372284d9457 |
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__)