tests/test-mq-qnew.t
branchstable
changeset 21930 a5168eb9b2bc
parent 21421 4941caa9f0f8
child 21947 b081decd9062
equal deleted inserted replaced
21929:5bd11162c0a4 21930:a5168eb9b2bc
   266 
   266 
   267   $ rm -f .hg/last-message.txt
   267   $ rm -f .hg/last-message.txt
   268   $ HGEDITOR="sh $TESTTMP/editor.sh" hg qnew -e patch
   268   $ HGEDITOR="sh $TESTTMP/editor.sh" hg qnew -e patch
   269   abort: emulating unexpected abort
   269   abort: emulating unexpected abort
   270   [255]
   270   [255]
   271   $ cat .hg/last-message.txt
   271   $ test -f .hg/last-message.txt
   272   cat: .hg/last-message.txt: No such file or directory
       
   273   [1]
   272   [1]
   274 
   273 
   275 (test that editor is invoked and commit message is saved into
   274 (test that editor is invoked and commit message is saved into
   276 "last-message.txt")
   275 "last-message.txt")
   277 
   276