diff -r 6c1b7f80f90f -r 983365382465 tests/test-shelve.t --- a/tests/test-shelve.t Thu Feb 04 03:47:00 2016 +0000 +++ b/tests/test-shelve.t Thu Feb 04 03:47:38 2016 +0000 @@ -373,7 +373,7 @@ try to continue with no unshelve underway $ hg unshelve -c - abort: no unshelve operation underway + abort: no unshelve in progress [255] $ hg status A foo/foo @@ -403,6 +403,10 @@ (use 'hg unshelve --continue' or 'hg unshelve --abort') [255] + $ hg graft --continue + abort: no graft in progress + (continue: hg unshelve --continue) + [255] $ hg unshelve -c rebasing 5:32c69314e062 "changes to: [mq]: second.patch" (tip) unshelve of 'default' complete