Mercurial > hg
view hgext/__init__.py @ 42616:5162753c4c14
unshelve: add interactive mode
Until now, there is no way to `unshelve` selected changes only from
the stored shelve as given in issue6162. This patch makes `unshelve`
perform with certain changes only by adding an interactive mode.
Differential Revision: https://phab.mercurial-scm.org/D6596
author | Navaneeth Suresh <navaneeths1998@gmail.com> |
---|---|
date | Tue, 02 Jul 2019 18:02:12 +0530 |
parents | 155e3308289c |
children | 2372284d9457 |
line wrap: on
line source
from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)