tests/test-histedit-edit.t
branchstable
changeset 19496 607191a45f8c
parent 19479 11664641fbad
child 20117 aa9385f983fa
--- a/tests/test-histedit-edit.t	Mon Jul 22 10:04:53 2013 +0200
+++ b/tests/test-histedit-edit.t	Thu Jul 25 02:17:52 2013 -0500
@@ -73,8 +73,8 @@
   (use 'hg histedit --continue' or 'hg histedit --abort')
   [255]
 
-commit, then edit the revision (temporarily disable histedit to allow commit)
-  $ hg ci -m 'wat' --config 'extensions.histedit=!'
+commit, then edit the revision
+  $ hg ci -m 'wat'
   created new head
   $ echo a > e
   $ HGEDITOR='echo foobaz > ' hg histedit --continue 2>&1 | fixbundle