tests/test-shelve2.t
changeset 42598 8ddfdcce4bd6
parent 42579 b8d54f4625cb
child 42599 3fb0493812c0
equal deleted inserted replaced
42597:51e52a495214 42598:8ddfdcce4bd6
   694   (please run hg unshelve --abort to abort unshelve operation)
   694   (please run hg unshelve --abort to abort unshelve operation)
   695   [255]
   695   [255]
   696 
   696 
   697 Unshelve --abort works with a corrupted shelvedstate
   697 Unshelve --abort works with a corrupted shelvedstate
   698   $ hg unshelve --abort
   698   $ hg unshelve --abort
   699   could not read shelved state file, your working copy may be in an unexpected state
   699   abort: could not read shelved state file, your working copy may be in an unexpected state
   700   please update to some commit
   700   please update to some commit
       
   701   
       
   702   [255]
   701 
   703 
   702 Unshelve --abort fails with appropriate message if there's no unshelve in
   704 Unshelve --abort fails with appropriate message if there's no unshelve in
   703 progress
   705 progress
   704   $ hg unshelve --abort
   706   $ hg unshelve --abort
   705   abort: no unshelve in progress
   707   abort: no unshelve in progress