tests/test-commit-amend.t
changeset 23587 8063901e56cd
parent 23505 bd5dbb8a05c8
child 23588 87a76cff7147
--- a/tests/test-commit-amend.t	Fri Dec 12 12:31:41 2014 -0800
+++ b/tests/test-commit-amend.t	Wed Dec 17 15:09:38 2014 +0900
@@ -842,6 +842,8 @@
   $ hg parents --template "{desc}\n"
   editor should be suppressed
 
+  $ hg status --rev '.^1::.'
+  A foo
   $ HGEDITOR=cat hg commit --amend -m "editor should be invoked" --edit
   editor should be invoked
   
@@ -851,7 +853,7 @@
   HG: --
   HG: user: test
   HG: branch 'silliness'
-  HG: changed foo
+  HG: added foo
   $ hg parents --template "{desc}\n"
   editor should be invoked