tests/test-histedit-arguments.t
changeset 22369 897041f6b025
parent 22152 d2a5986cb89d
parent 22368 802dffd62de5
child 24009 00d331763442
--- a/tests/test-histedit-arguments.t	Thu Sep 04 09:59:23 2014 -0400
+++ b/tests/test-histedit-arguments.t	Sun Sep 07 11:46:11 2014 -0500
@@ -41,6 +41,16 @@
        one
   
 
+histedit --continue/--abort with no existing state
+--------------------------------------------------
+
+  $ hg histedit --continue
+  abort: no histedit in progress
+  [255]
+  $ hg histedit --abort
+  abort: no histedit in progress
+  [255]
+
 Run a dummy edit to make sure we get tip^^ correctly via revsingle.
 --------------------------------------------------------------------