tests/test-histedit-edit.t
branchstable
changeset 19479 11664641fbad
parent 19215 f184fe1e2ac5
child 19496 607191a45f8c
--- a/tests/test-histedit-edit.t	Wed Jul 24 23:51:44 2013 -0500
+++ b/tests/test-histedit-edit.t	Wed Jul 24 23:51:44 2013 -0500
@@ -69,16 +69,12 @@
   $ hg id -n
   3+
   $ hg up 0
-  0 files updated, 0 files merged, 3 files removed, 0 files unresolved
-  $ HGEDITOR='echo foobaz > ' hg histedit --continue
-  abort: 055a42cdd887 is not an ancestor of working directory
-  (update to 055a42cdd887 or descendant and run "hg histedit --continue" again)
+  abort: histedit in progress
+  (use 'hg histedit --continue' or 'hg histedit --abort')
   [255]
-  $ hg up 3
-  3 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
-commit, then edit the revision
-  $ hg ci -m 'wat'
+commit, then edit the revision (temporarily disable histedit to allow commit)
+  $ hg ci -m 'wat' --config 'extensions.histedit=!'
   created new head
   $ echo a > e
   $ HGEDITOR='echo foobaz > ' hg histedit --continue 2>&1 | fixbundle