From patchwork Sat Jul 27 06:36:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D6699: tests: add test for unshelve --interactive --keep From: phabricator X-Patchwork-Id: 41089 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Sat, 27 Jul 2019 06:36:56 +0000 navaneeth.suresh updated this revision to Diff 16086. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6699?vs=16084&id=16086 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6699/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6699 AFFECTED FILES tests/test-shelve.t CHANGE DETAILS To: navaneeth.suresh, #hg-reviewers Cc: mercurial-devel diff --git a/tests/test-shelve.t b/tests/test-shelve.t --- a/tests/test-shelve.t +++ b/tests/test-shelve.t @@ -1447,3 +1447,25 @@ record this change to 'bar2'? (enter ? for help) [Ynesfdaq?] y +-- test for unshelve --interactive --keep + $ hg unshelve -i --keep < y + > y + > EOF + unshelving change 'default' + temporarily committing pending changes (restore with 'hg unshelve --abort') + rebasing shelved changes + diff --git a/foo b/foo + 1 hunks, 1 lines changed + examine changes to 'foo'? + (enter ? for help) [Ynesfdaq?] y + + @@ -1,2 +1,3 @@ + A + B + +C + record this change to 'foo'? + (enter ? for help) [Ynesfdaq?] y + + $ hg shelve --list + default (1s ago) changes to: add B to foo