comparison tests/test-shelve.t @ 42761:5c285c8e4f98

unshelve: abort on using --keep and --interactive together I am working on making interactive mode support `--keep` flag. Until we support the usage of `--interactive` and `--keep` together, let us abort on it. Differential Revision: https://phab.mercurial-scm.org/D6699
author Navaneeth Suresh <navaneeths1998@gmail.com>
date Thu, 15 Aug 2019 20:43:25 +0530
parents d684449eef67
children 4330851947fb
comparison
equal deleted inserted replaced
42760:9f2189b6bf2a 42761:5c285c8e4f98
1473 +B 1473 +B
1474 C 1474 C
1475 record this change to 'bar2'? 1475 record this change to 'bar2'?
1476 (enter ? for help) [Ynesfdaq?] y 1476 (enter ? for help) [Ynesfdaq?] y
1477 1477
1478 -- test for --interactive --keep
1479 $ hg unshelve -i --keep
1480 abort: --keep on --interactive is not yet supported
1481 [255]