tests/test-commit-amend.t
changeset 25111 1ef96a3b8b89
parent 24229 f903689680e6
child 25295 701df761aa94
--- a/tests/test-commit-amend.t	Fri May 15 12:19:51 2015 +0800
+++ b/tests/test-commit-amend.t	Thu May 14 17:38:38 2015 +0200
@@ -72,6 +72,7 @@
   branch: default
   commit: 1 added, 1 unknown
   update: (current)
+  phases: 2 draft (draft)
   $ HGEDITOR="\"sh\" \"`pwd`/editor.sh\"" hg commit --amend
   transaction abort!
   rollback completed
@@ -83,6 +84,7 @@
   branch: default
   commit: 1 added, 1 unknown
   update: (current)
+  phases: 2 draft (draft)
 
 Add new file:
   $ hg ci --amend -m 'amend base1 new file'