tests/test-rollback.t
changeset 44733 c6d31e659a28
parent 44355 7a4e1d245f19
child 46417 768056549737
equal deleted inserted replaced
44732:f44a7d8660ea 44733:c6d31e659a28
   114   > __EOF__
   114   > __EOF__
   115   $ HGEDITOR="\"sh\" \"`pwd`/editor.sh\"" hg --config hooks.pretxncommit=false commit 2>&1
   115   $ HGEDITOR="\"sh\" \"`pwd`/editor.sh\"" hg --config hooks.pretxncommit=false commit 2>&1
   116   transaction abort!
   116   transaction abort!
   117   rollback completed
   117   rollback completed
   118   note: commit message saved in .hg/last-message.txt
   118   note: commit message saved in .hg/last-message.txt
       
   119   note: use 'hg commit --logfile .hg/last-message.txt --edit' to reuse it
   119   abort: pretxncommit hook exited with status * (glob)
   120   abort: pretxncommit hook exited with status * (glob)
   120   [255]
   121   [255]
   121   $ cat .hg/last-message.txt
   122   $ cat .hg/last-message.txt
   122   another precious commit message
   123   another precious commit message
   123 
   124