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
Showing
- mercurial/cmdutil.py 2 additions, 2 deletionsmercurial/cmdutil.py
- mercurial/commands.py 3 additions, 1 deletionmercurial/commands.py
- mercurial/shelve.py 69 additions, 27 deletionsmercurial/shelve.py
- tests/test-completion.t 1 addition, 1 deletiontests/test-completion.t
- tests/test-shelve.t 225 additions, 0 deletionstests/test-shelve.t
Loading
Please register or sign in to comment