tests/test-phases.t
branchstable
changeset 20093 1dee888b22f7
parent 18462 593eb3786165
child 20117 aa9385f983fa
--- a/tests/test-phases.t	Fri Nov 08 09:48:01 2013 +0100
+++ b/tests/test-phases.t	Fri Nov 08 11:49:13 2013 +0100
@@ -482,7 +482,7 @@
 
   $ hg phase --public 7
   $ hg phase --draft '5 or 7'
-  cannot move 1 changesets to a more permissive phase, use --force
+  cannot move 1 changesets to a higher phase, use --force
   phase changed for 1 changesets
   [1]
   $ hg log -G --template "{rev} {phase} {desc}\n"
@@ -506,7 +506,7 @@
 test complete failure
 
   $ hg phase --draft 7
-  cannot move 1 changesets to a more permissive phase, use --force
+  cannot move 1 changesets to a higher phase, use --force
   no phases changed
   [1]