--- a/tests/test-obsolete.t Fri Aug 24 10:44:23 2012 +0200
+++ b/tests/test-obsolete.t Fri Aug 24 11:17:18 2012 +0200
@@ -166,7 +166,7 @@
pushing to ../other-new
searching for changes
abort: push includes an unstable changeset: a7a6f2b5d8a5!
- (use 'hg stabilize' to get a stable history or --force to ignore warnings)
+ (use 'hg evolve' to get a stable history or --force to ignore warnings)
[255]
$ hg push -f ../other-new
pushing to ../other-new
@@ -219,7 +219,7 @@
pushing to ../other-new
searching for changes
abort: push includes an unstable changeset: 95de7fc6918d!
- (use 'hg stabilize' to get a stable history or --force to ignore warnings)
+ (use 'hg evolve' to get a stable history or --force to ignore warnings)
[255]
$ hg push ../other-new -f # use f because there is unstability
pushing to ../other-new
@@ -290,7 +290,7 @@
.. pushing to ../other-old
.. searching for changes
.. abort: push includes an unstable changeset: 909a0fb57e5d!
-.. (use 'hg stabilize' to get a stable history or --force to ignore warnings)
+.. (use 'hg evolve' to get a stable history or --force to ignore warnings)
.. [255]
.. $ hg push -f ../other-old
.. pushing to ../other-old
@@ -564,7 +564,7 @@
pushing to ../other-new/
searching for changes
abort: push includes a latecomer changeset: 6db5e282cb91!
- (use 'hg stabilize' to get a stable history or --force to ignore warnings)
+ (use 'hg evolve' to get a stable history or --force to ignore warnings)
[255]
Check hg commit --amend compat