tests/test-backout.t
changeset 20791 8dd867bd67e1
parent 20594 ba619c50a355
child 20875 cc62c9d6887a
--- a/tests/test-backout.t	Wed Mar 19 02:45:14 2014 +0100
+++ b/tests/test-backout.t	Mon Feb 24 22:42:14 2014 +0100
@@ -92,7 +92,7 @@
 should fail
 
   $ hg backout 1
-  abort: cannot backout change on a different branch
+  abort: cannot backout change that is not an ancestor
   [255]
   $ echo c > c
   $ hg ci -Am2
@@ -108,7 +108,7 @@
 should fail
 
   $ hg backout 1
-  abort: cannot backout change on a different branch
+  abort: cannot backout change that is not an ancestor
   [255]
   $ hg summary
   parent: 2:db815d6d32e6 tip